Module
Node.Express.Settings
- Package
- purescript-express
- Repository
- purescript-express/purescript-express
#etagToString Source
etagToString :: Etag -> String
#etagFromString Source
etagFromString :: String -> Etag
#TrustProxy Source
data TrustProxy
Constructors
#fromForeignUsingOrThrow Source
fromForeignUsingOrThrow :: forall a. (Foreign -> F a) -> Foreign -> Effect a
#view_cache Source
view_cache :: String
#set__case_sensitive_routing Source
set__case_sensitive_routing :: Boolean -> AppM Unit
Set case sensitive routing
#get__case_sensitive_routing Source
get__case_sensitive_routing :: AppM Boolean
Get case sensitive routing setting
#set__jsonp_callback_name Source
set__jsonp_callback_name :: String -> AppM Unit
Set JSONP callback name
#get__jsonp_callback_name Source
get__jsonp_callback_name :: AppM String
Get JSONP callback name
#get__json_escape Source
get__json_escape :: AppM Boolean
Get JSON escape setting
#get__json_spaces Source
get__json_spaces :: AppM Int
Get JSON spaces
#get__query_parser Source
get__query_parser :: AppM String
Get query parser setting
#get__strict_routing Source
get__strict_routing :: AppM Boolean
Get strict routing setting
#get__subdomain_offset Source
get__subdomain_offset :: AppM Int
Get subdomain offset
#set__trust_proxy Source
set__trust_proxy :: TrustProxy -> AppM Unit
Set trust proxy
#get__trust_proxy Source
get__trust_proxy :: AppM TrustProxy
Get trust proxy setting
#get__views Source
get__views :: AppM String
Get views directory
#get__view_cache Source
get__view_cache :: AppM Boolean
Get view cache setting
#get__view_engine Source
get__view_engine :: AppM String
Get view engine
#get__x_powered_by Source
get__x_powered_by :: AppM Boolean
Get X-Powered-By header setting