![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
This is the complete list of members for FHttpServerResponse, including all inherited members.
| Body | FHttpServerResponse | |
| Code | FHttpServerResponse | |
| Create(const FString &Text, const FString &ContentType) | FHttpServerResponse | static |
| Create(const FUtf8String &Text, const FString &ContentType) | FHttpServerResponse | static |
| Create(FUtf8String &&Text, const FString &ContentType) | FHttpServerResponse | static |
| Create(TArray< uint8 > &&RawBytes, FString ContentType) | FHttpServerResponse | static |
| Create(const TArrayView< uint8 > &RawBytes, FString ContentType) | FHttpServerResponse | static |
| Error(EHttpServerResponseCodes ResponseCode, const FString &ErrorCode=TEXT(""), const FString &ErrorMessage=TEXT("")) | FHttpServerResponse | static |
| FHttpServerResponse() | FHttpServerResponse | inline |
| FHttpServerResponse(TArray< uint8 > &&InBody) | FHttpServerResponse | inline |
| Headers | FHttpServerResponse | |
| HttpVersion | FHttpServerResponse | |
| Ok() | FHttpServerResponse | static |