Navigation
API > API/Runtime > API/Runtime/HttpServer
| Name | FHttpServerRequest |
| Type | struct |
| Header File | /Engine/Source/Runtime/Online/HTTPServer/Public/HttpServerRequest.h |
| Include Path | #include "HttpServerRequest.h" |
Syntax
struct FHttpServerRequest
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FHttpServerRequest() |
Constructor | HttpServerRequest.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Body | TArray< uint8 > | The raw body contents | HttpServerRequest.h | |
| Headers | TMap< FString, TArray< FString > > | The HTTP headers | HttpServerRequest.h | |
| HttpVersion | HttpVersion::EHttpServerHttpVersion | The request HTTP protocol version | HttpServerRequest.h | |
| PathParams | TMap< FString, FString > | The path parameters | HttpServerRequest.h | |
| PeerAddress | TSharedPtr< FInternetAddr > | The IP address of the peer that initiated the request. | HttpServerRequest.h | |
| QueryParams | TMap< FString, FString > | The query parameters | HttpServerRequest.h | |
| RelativePath | FHttpPath | The handler-route-relative HTTP path | HttpServerRequest.h | |
| Verb | EHttpServerRequestVerbs | The HTTP-compliant verb | HttpServerRequest.h |