IHttpRouter

Windows
MacOS
Linux

Inheritance Hierarchy

TSharedFromThis

IHttpRouter

References

Module

HttpServer

Header

/Engine/Source/Runtime/Online/HTTPServer/Public/IHttpRouter.h

Include

#include "IHttpRouter.h"

Syntax

class IHttpRouter : public TSharedFromThis< IHttpRouter >

Destructors

Name Description

Protected function Virtual

~IHttpRouter()

Destructor

Functions

Name Description

Public function

FHttpRouteHa...

 

BindRoute

(
    const FHttpPath& HttpPath,
    const EHttpServerRequestVerbs& Htt...,
    const FHttpRequestHandler& Handler
)

Binds the caller-supplied Uri to the caller-supplied handler

Public function

void

 

UnbindRoute

(
    const FHttpRouteHandle& RouteHandl...
)

Unbinds the caller-supplied Route

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