Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Online/HTTPServer/Public/HttpServerModule.h |
Include |
#include "HttpServerModule.h" |
Source |
/Engine/Source/Runtime/Online/HTTPServer/Private/HttpServerModule.cpp |
TSharedPtr< IHttpRouter > GetHttpRouter
(
uint32 Port
)
Per-port-binding access to an http router
An IHttpRouter instance that can be leveraged to respond to HTTP requests
Parameter |
Description |
---|---|
Port |
The listener's bound port |