UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FHttpRouteHandleInternal Struct Reference

#include <HttpRouteHandle.h>

Public Member Functions

 FHttpRouteHandleInternal (FString InPath, EHttpServerRequestVerbs InVerbs, FHttpRequestHandler InHandler)
 

Public Attributes

const FString Path
 
const EHttpServerRequestVerbs Verbs
 
const FHttpRequestHandler Handler
 

Constructor & Destructor Documentation

◆ FHttpRouteHandleInternal()

FHttpRouteHandleInternal::FHttpRouteHandleInternal ( FString  InPath,
EHttpServerRequestVerbs  InVerbs,
FHttpRequestHandler  InHandler 
)
inline

Member Data Documentation

◆ Handler

const FHttpRequestHandler FHttpRouteHandleInternal::Handler

The respective handler to be invoked

◆ Path

const FString FHttpRouteHandleInternal::Path

The respective bound http path

◆ Verbs

const EHttpServerRequestVerbs FHttpRouteHandleInternal::Verbs

The qualifying http verbs for which this route is valid


The documentation for this struct was generated from the following file: