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 TrustProxyConstructors
#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 UnitSet case sensitive routing
#get__case_sensitive_routing Source
get__case_sensitive_routing :: AppM BooleanGet case sensitive routing setting
#set__jsonp_callback_name Source
set__jsonp_callback_name :: String -> AppM UnitSet JSONP callback name
#get__jsonp_callback_name Source
get__jsonp_callback_name :: AppM StringGet JSONP callback name
#get__json_escape Source
get__json_escape :: AppM BooleanGet JSON escape setting
#get__json_spaces Source
get__json_spaces :: AppM IntGet JSON spaces
#get__query_parser Source
get__query_parser :: AppM StringGet query parser setting
#get__strict_routing Source
get__strict_routing :: AppM BooleanGet strict routing setting
#get__subdomain_offset Source
get__subdomain_offset :: AppM IntGet subdomain offset
#set__trust_proxy Source
set__trust_proxy :: TrustProxy -> AppM UnitSet trust proxy
#get__trust_proxy Source
get__trust_proxy :: AppM TrustProxyGet trust proxy setting
#get__views Source
get__views :: AppM StringGet views directory
#get__view_cache Source
get__view_cache :: AppM BooleanGet view cache setting
#get__view_engine Source
get__view_engine :: AppM StringGet view engine
#get__x_powered_by Source
get__x_powered_by :: AppM BooleanGet X-Powered-By header setting