HttpResponseBody Type
The response body returned by an HTTP request
Union cases
| Union case |
Description
|
Full Usage:
Binary byte[]
Parameters:
byte[]
|
|
Full Usage:
Text string
Parameters:
string
|
|
Instance members
| Instance member |
Description
|
Full Usage:
this.IsBinary
Returns: bool
|
|
Full Usage:
this.IsText
Returns: bool
|
|
Deedle