Navigation
API > API/Runtime > API/Runtime/HTTP > API/Runtime/HTTP/Interfaces > API/Runtime/HTTP/Interfaces/IHttpRequest
- IHttpRequest::SetContentAsString()
- FHttpRequestAdapterBase::SetContentAsString()
References
| Module | HTTP |
| Header | /Engine/Source/Runtime/Online/HTTP/Public/Interfaces/IHttpRequest.h |
| Include | #include "Interfaces/IHttpRequest.h" |
void SetContentAsString
(
const FString & ContentString
)
Remarks
Sets the content of the request as a string encoded as UTF8.
Parameters
| Name | Description |
|---|---|
| ContentString | payload to set. |