Navigation
API > API/Runtime > API/Runtime/HttpServer
| Name | FHttpRouteHandleInternal |
| Type | struct |
| Header File | /Engine/Source/Runtime/Online/HTTPServer/Public/HttpRouteHandle.h |
| Include Path | #include "HttpRouteHandle.h" |
Syntax
struct FHttpRouteHandleInternal
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FHttpRouteHandleInternal
(
FString InPath, |
HttpRouteHandle.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Handler | const FHttpRequestHandler | The respective handler to be invoked | HttpRouteHandle.h | |
| Path | const FString | The respective bound http path | HttpRouteHandle.h | |
| Verbs | const EHttpServerRequestVerbs | The qualifying http verbs for which this route is valid | HttpRouteHandle.h |