HttpResponseWithStream (FSharp.Data)

Namespace: FSharp.Data
Assembly: FSharp.Data.Http.dll
Base Type: obj
All Interfaces: IEquatable<HttpResponseWithStream> , IStructuralEquatable

The response returned by an HTTP request with direct access to the response stream

Record fields

Record Field Description

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>

ResponseStream

Full Usage: ResponseStream

Field type: Stream

Field type: Stream

ResponseUrl

Full Usage: ResponseUrl

Field type: string

Field type: string

StatusCode

Full Usage: StatusCode

Field type: int

Field type: int