HttpResult Type

The `HttpResult` is the structure that you work with to tell Suave how to send the response. Have a look at the docs for `HttpContent` for further details on what is possible.

Record fields

Record Field Description

content

Full Usage: content

Field type: HttpContent
Field type: HttpContent

headers

Full Usage: headers

Field type: (string * string) list
Field type: (string * string) list

status

Full Usage: status

Field type: HttpStatus
Field type: HttpStatus

writePreamble

Full Usage: writePreamble

Field type: bool
Field type: bool