Deedle


HttpResponseWithStream

Namespace: FSharp.Data

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

Record Fields

Record FieldDescription
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

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