HttpRequestBody Type
The body to send in an HTTP request
Union cases
| Union case |
Description
|
Full Usage:
BinaryUpload byte[]
Parameters:
byte[]
|
|
Full Usage:
FormValues (string * string) seq
Parameters:
(string * string) seq
|
|
|
A sequence of formParamName * fileName * fileContent groups
|
Full Usage:
TextRequest string
Parameters:
string
|
|
Instance members
| Instance member |
Description
|
Full Usage:
this.IsBinaryUpload
Returns: bool
|
|
Full Usage:
this.IsFormValues
Returns: bool
|
|
Full Usage:
this.IsMultipart
Returns: bool
|
|
Full Usage:
this.IsTextRequest
Returns: bool
|
|
Deedle