Module

Bucketchain.Secure.HSTS

#Options

type Options = { includeSubDomains :: Boolean, maxAge :: Seconds, preload :: Boolean }

A type of Strict-Transport-Security options.

#withHSTS

withHSTS :: Options -> Middleware

Set Strict-Transport-Security options.

Modules