SuaveConfig Type
The core configuration of suave. See also Suave.Web.default_config which
you can use to bootstrap the configuration:
{ default_config with bindings = [ ... ] }
Record fields
| Record Field | Description |
Full Usage:
acceptorCount
Field type: int
|
Number of independent accept loops (and listening sockets) per binding.
|
|
|
Full Usage:
bufferSize
Field type: int
|
|
|
|
Full Usage:
compressedFilesFolder
Field type: string option
|
|
|
|
|
|
|
|
Full Usage:
healthCheckEnabled
Field type: bool
|
|
Full Usage:
healthCheckIntervalMs
Field type: int
|
|
Full Usage:
hideHeader
Field type: bool
|
|
Full Usage:
homeFolder
Field type: string option
|
|
|
|
Full Usage:
maxConnectionAgeSeconds
Field type: int
|
|
Full Usage:
maxContentLength
Field type: int
|
|
Full Usage:
maxOps
Field type: int
|
|
|
|
Full Usage:
serverKey
Field type: byte[]
|
Instance members
| Instance member | Description |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|