Header menu logo Deedle

HttpRequestBody Type

The body to send in an HTTP request

Union cases

Union case Description

BinaryUpload byte[]

Full Usage: BinaryUpload byte[]

Parameters:
    Item : byte[]

Item : byte[]

FormValues (string * string) seq

Full Usage: FormValues (string * string) seq

Parameters:
    Item : (string * string) seq

Item : (string * string) seq

Multipart(boundary, parts)

Full Usage: Multipart(boundary, parts)

Parameters:

A sequence of formParamName * fileName * fileContent groups

boundary : string
parts : MultipartItem seq

TextRequest string

Full Usage: TextRequest string

Parameters:
    Item : string

Item : string

Instance members

Instance member Description

this.IsBinaryUpload

Full Usage: this.IsBinaryUpload

Returns: bool
Returns: bool

this.IsFormValues

Full Usage: this.IsFormValues

Returns: bool
Returns: bool

this.IsMultipart

Full Usage: this.IsMultipart

Returns: bool
Returns: bool

this.IsTextRequest

Full Usage: this.IsTextRequest

Returns: bool
Returns: bool

Type something to start searching.