FHttpServerModule::GetHttpRouter

Per-port-binding access to an http router

Windows
MacOS
Linux

References

Module

HttpServer

Header

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

Include

#include "HttpServerModule.h"

Source

/Engine/Source/Runtime/Online/HTTPServer/Private/HttpServerModule.cpp

Syntax

TSharedPtr< IHttpRouter > GetHttpRouter
(
    uint32 Port
)

Remarks

Per-port-binding access to an http router

Returns

An IHttpRouter instance that can be leveraged to respond to HTTP requests

Parameters

Parameter

Description

Port

The listener's bound port

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