Deedle


HttpResponse

Namespace: FSharp.Data

The response returned by an HTTP request

Record Fields

Record FieldDescription
Body
Signature: HttpResponseBody
Cookies
Signature: Map<string,string>
Headers
Signature: Map<string,string>

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

ResponseUrl
Signature: string
StatusCode
Signature: int
Fork me on GitHub