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