| Class |
Description |
|
HttpBinaryBodyContent
|
Represents the body content of a HTTP message (request/response) that contains binary data. |
|
HttpFileBodyContent
|
Represents the body content of a HTTP message (request/response) that obtains content from a File. |
|
HttpFormDataBodyContent
|
Represents the body content of a HTTP message (request/response) that obtains
content from a form. |
|
HttpGraphQLBodyContent
|
Represents the body content of a HTTP message (request/response) that obtains content from a String.
|
|
HttpTextBodyContent
|
Represents the body content of a HTTP message (request/response) that obtains content from a String. |
|
HttpUrlEncodedBodyContent
|
Represents the body content of a HTTP message (request/response) that obtains content from an URL encoded
String |