UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FHttpServerResponse Member List

This is the complete list of members for FHttpServerResponse, including all inherited members.

BodyFHttpServerResponse
CodeFHttpServerResponse
Create(const FString &Text, const FString &ContentType)FHttpServerResponsestatic
Create(const FUtf8String &Text, const FString &ContentType)FHttpServerResponsestatic
Create(FUtf8String &&Text, const FString &ContentType)FHttpServerResponsestatic
Create(TArray< uint8 > &&RawBytes, FString ContentType)FHttpServerResponsestatic
Create(const TArrayView< uint8 > &RawBytes, FString ContentType)FHttpServerResponsestatic
Error(EHttpServerResponseCodes ResponseCode, const FString &ErrorCode=TEXT(""), const FString &ErrorMessage=TEXT(""))FHttpServerResponsestatic
FHttpServerResponse()FHttpServerResponseinline
FHttpServerResponse(TArray< uint8 > &&InBody)FHttpServerResponseinline
HeadersFHttpServerResponse
HttpVersionFHttpServerResponse
Ok()FHttpServerResponsestatic