Module
Yoga.Fastify.Plugin.Helmet
- Package
- purescript-yoga-fastify
- Repository
- rowtype-yoga/purescript-yoga-fastify
#CspDirectivesImpl Source
type CspDirectivesImpl :: Row Typetype CspDirectivesImpl = (baseUri :: Array String, childSrc :: Array String, connectSrc :: Array String, defaultSrc :: Array String, fontSrc :: Array String, formAction :: Array String, frameAncestors :: Array String, frameSrc :: Array String, imgSrc :: Array String, manifestSrc :: Array String, mediaSrc :: Array String, objectSrc :: Array String, scriptSrc :: Array String, styleSrc :: Array String, workerSrc :: Array String)
#HstsOptionsImpl Source
type HstsOptionsImpl :: Row Typetype HstsOptionsImpl = (includeSubDomains :: Boolean, maxAge :: Int, preload :: Boolean)
#cspDirectives Source
cspDirectives :: forall opts opts_. Union opts opts_ CspDirectivesImpl => Record opts -> Foreign#hstsOptions Source
hstsOptions :: forall opts opts_. Union opts opts_ HstsOptionsImpl => Record opts -> Foreign- Modules
- Yoga.
Fastify. Auth. Argon2 - Yoga.
Fastify. Auth. JWT - Yoga.
Fastify. Fastify - Yoga.
Fastify. Plugin - Yoga.
Fastify. Plugin. Cors - Yoga.
Fastify. Plugin. Helmet - Yoga.
Fastify. Plugin. RateLimit - Yoga.
Fastify. Plugin. WebSocket - Yoga.
Fastify. Route. HandleResponse - Yoga.
Fastify. Route. HandleRoute - Yoga.
Fastify. Route. ParseBody - Yoga.
Fastify. Route. ParseHeaders - Yoga.
Fastify. Route. ParsePathParams - Yoga.
Fastify. Route. ParseQueryParams - Yoga.
Fastify. Route. SetHeaders