Module
Node.Restify.Response  
- Package
- purescript-restify
- Repository
- freqlabs/purescript-restify
#cache Source
cache :: forall opts e. CacheControl -> opts -> Handler e#cache' Source
cache' :: forall e. CacheControl -> Handler e#defaultCache Source
defaultCache :: forall e. Handler e#statusJsonHeaders Source
statusJsonHeaders :: forall b a e. Int -> a -> b -> Handler e#statusJson Source
statusJson :: forall a e. Int -> a -> Handler e#statusSendHeaders Source
statusSendHeaders :: forall b a e. Int -> a -> b -> Handler e#statusSend Source
statusSend :: forall a e. Int -> a -> Handler e#statusSendRawHeaders Source
statusSendRawHeaders :: forall b a e. Int -> a -> b -> Handler e#statusSendRaw Source
statusSendRaw :: forall a e. Int -> a -> Handler e#setHeaders Source
setHeaders :: forall a e. a -> Handler e