FHttpRouteHandleInternal

Copyright Epic Games, Inc. All Rights Reserved.

Windows
MacOS
Linux

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

Name Description

Public variable

const FHttpRequ...

 

Handler

The respective handler to be invoked

Public variable

const FString

 

Path

The respective bound http path

Public variable

const EHttpServ...

 

Verbs

The qualifying http verbs for which this route is valid

Constructors

Name Description

Public function

FHttpRouteHandleInternal

(
    const FString& InPath,
    const EHttpServerRequestVerbs& InV...,
    const FHttpRequestHandler& InHandl...
)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss