| Safe Haskell | None |
|---|---|
| Language | GHC2021 |
Web.Hyperbole.Server.Options
Synopsis
Documentation
data ServerOptions Source #
Constructors
| ServerOptions | |
Fields | |
defaultErrorBody :: Text -> Body Source #
defaultParseRequestBodyOptions :: ParseRequestBodyOptions #
A reasonable default set of parsing options. Maximum key/filename length: 32 bytes; maximum files: 10; filesize unlimited; maximum size for parameters: 64kbytes; maximum number of header lines: 32 bytes (applies only to headers of a mime/multipart message); maximum header line length: Apache's default for that is 8190 bytes (http:/httpd.apache.orgdocs2.2mod/core.html#limitrequestline) so we're using that here as well.
Since: wai-extra-3.0.16.0