RequestBodyUnion
PackageAxial.HttpClient
Supplies the request payload and its media type.
Specification
Kind
Union
Members
8
Examples
0
IsBytesSignature
this.IsBytes
IsFormSignature
this.IsForm
IsEmptySignature
this.IsEmpty
IsTextSignature
this.IsText
EmptySignature
Empty
Summary
| Name | Signature | Synopsis |
|---|---|---|
| IsBytes | this.IsBytes | No description available. |
| IsForm | this.IsForm | No description available. |
| IsEmpty | this.IsEmpty | No description available. |
| IsText | this.IsText | No description available. |
| Empty | Empty | No description available. |
| Text | Text(content, contentType) | No description available. |
| Bytes | Bytes(content, contentType) | No description available. |
| Form | Form fields | No description available. |
Parameters
| Name | Type | Description |
|---|---|---|
| content | string | |
| contentType | string |
Returns
unit
Parameters
| Name | Type | Description |
|---|---|---|
| content | byte array | |
| contentType | string |
Returns
unit

