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