Navigation
API > API/Runtime > API/Runtime/HttpServer > API/Runtime/HttpServer/FHttpServerResponse
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Constructor | HttpServerResponse.h | ||
FHttpServerResponse
(
TArray< uint8 >&& InBody |
Constructor Facilitates in-place body construction | HttpServerResponse.h |
FHttpServerResponse()
Description
Constructor
| Name | FHttpServerResponse |
| Type | function |
| Header File | /Engine/Source/Runtime/Online/HTTPServer/Public/HttpServerResponse.h |
| Include Path | #include "HttpServerResponse.h" |
FHttpServerResponse()
FHttpServerResponse(TArray< uint8 > &&)
Description
Constructor Facilitates in-place body construction
| Name | FHttpServerResponse |
| Type | function |
| Header File | /Engine/Source/Runtime/Online/HTTPServer/Public/HttpServerResponse.h |
| Include Path | #include "HttpServerResponse.h" |
FHttpServerResponse
(
TArray< uint8 > && InBody
)
Parameters
| Name | Remarks |
|---|---|
| InBody | The r-value body data |