| Class | Description |
|---|---|
| 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. |
| 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 |