Navigation
API > API/Runtime > API/Runtime/HTTP > API/Runtime/HTTP/GenericPlatform
Inheritance Hierarchy
- FRequestPayload
- FRequestPayloadInFileStream
- FRequestPayloadInMemory
References
| Module | HTTP |
| Header | /Engine/Source/Runtime/Online/HTTP/Public/GenericPlatform/HttpRequestPayload.h |
| Include | #include "GenericPlatform/HttpRequestPayload.h" |
Syntax
class FRequestPayload
Remarks
Abstraction that encapsulates the location of a request payload
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| size_t | FillOutputBuffer
(
TArrayView< uint8 > OutputBuffer, |
Read part of the underlying request payload into an output buffer. | |
| size_t | FillOutputBuffer
(
void* OutputBuffer, |
Read part of the underlying request payload into an output buffer. | |
| const TArray< uint8 > & | GetContent () |
Return a reference to the underlying memory buffer. Only valid for in-memory request payloads | |
| uint64 | Get the total content length of the request payload in bytes | ||
| bool | IsURLEncoded () |
Check if the request payload is URL encoded. |