Navigation
API > API/Runtime > API/Runtime/HTTP > API/Runtime/HTTP/Interfaces > API/Runtime/HTTP/Interfaces/IHttpRequest
| Type | Name | Description | |
|---|---|---|---|
| void | SetContent
(
const TArray< uint8 >& ContentPayload |
Sets the content of the request (optional data). Usually only set for POST requests. | |
| void | SetContent
(
TArray< uint8 >&& ContentPayload |
Sets the content of the request (optional data). |