Header menu logo FSharp.Data

HttpResponse Type

The response returned by an HTTP request

Record fields

Record Field Description

Body

Full Usage: Body

Field type: HttpResponseBody
Field type: HttpResponseBody

Cookies

Full Usage: Cookies

Field type: Map<string, string>
Field type: Map<string, string>

Headers

Full Usage: Headers

Field type: Map<string, string>

If the same header is present multiple times, the values will be concatenated with comma as the separator

Field type: Map<string, string>

ResponseUrl

Full Usage: ResponseUrl

Field type: string
Field type: string

StatusCode

Full Usage: StatusCode

Field type: int
Field type: int

Type something to start searching.