#include <HttpServerResponse.h>
◆ FHttpServerResponse() [1/2]
| FHttpServerResponse::FHttpServerResponse |
( |
| ) |
|
|
inline |
◆ FHttpServerResponse() [2/2]
| FHttpServerResponse::FHttpServerResponse |
( |
TArray< uint8 > && |
InBody | ) |
|
|
inline |
Constructor Facilitates in-place body construction
- Parameters
-
| InBody | The r-value body data |
◆ Create() [1/5]
Creates an FHttpServerResponse from a string
- Parameters
-
| Text | The text to serialize |
| ContentType | The HTTP response content type |
- Returns
- A unique pointer to an initialized response object
◆ Create() [2/5]
Creates an FHttpServerResponse from a string
- Parameters
-
| Text | The text to serialize |
| ContentType | The HTTP response content type |
- Returns
- A unique pointer to an initialized response object
◆ Create() [3/5]
Creates an FHttpServerResponse from a raw byte buffer
- Parameters
-
| RawBytes | The byte buffer view to serialize |
| ContentType | The HTTP response content type |
- Returns
- A unique pointer to an initialized response object
◆ Create() [4/5]
Creates an FHttpServerResponse from a string
- Parameters
-
| Text | The text to serialize |
| ContentType | The HTTP response content type |
- Returns
- A unique pointer to an initialized response object
◆ Create() [5/5]
Creates an FHttpServerResponse from a raw byte buffer
- Parameters
-
| RawBytes | The byte buffer to serialize |
| ContentType | The HTTP response content type |
- Returns
- A unique pointer to an initialized response object
◆ Error()
Creates an FHttpServerResponse with the caller-supplied response and error codes
- Parameters
-
| ResponseCode | The HTTP response code |
| ErrorCode | The machine-readable error code |
| ErrorMessage | The contextually descriptive error message |
- Returns
- A unique pointer to an initialized response object
◆ Ok()
◆ Body
◆ Code
◆ Headers
| TMap<FString, TArray<FString> > FHttpServerResponse::Headers |
◆ HttpVersion
The documentation for this struct was generated from the following files: