Header menu logo Deedle

HttpResponseBody Type

The response body returned by an HTTP request

Union cases

Union case Description

Binary byte[]

Full Usage: Binary byte[]

Parameters:
    Item : byte[]

Item : byte[]

Text string

Full Usage: Text string

Parameters:
    Item : string

Item : string

Instance members

Instance member Description

this.IsBinary

Full Usage: this.IsBinary

Returns: bool
Returns: bool

this.IsText

Full Usage: this.IsText

Returns: bool
Returns: bool

Type something to start searching.