#include <HttpServerRequest.h>
◆ FHttpServerRequest()
| FHttpServerRequest::FHttpServerRequest |
( |
| ) |
|
|
inline |
◆ Body
◆ Headers
| TMap<FString, TArray<FString> > FHttpServerRequest::Headers |
◆ HttpVersion
The request HTTP protocol version
◆ PathParams
| TMap<FString, FString> FHttpServerRequest::PathParams |
◆ PeerAddress
The IP address of the peer that initiated the request.
◆ QueryParams
| TMap<FString, FString> FHttpServerRequest::QueryParams |
◆ RelativePath
The handler-route-relative HTTP path
◆ Verb
The documentation for this struct was generated from the following file: