Navigation
API > API/Runtime > API/Runtime/HTTP
Platform specific Http implementations
| Name | FUnixPlatformHttp |
| Type | class |
| Header File | /Engine/Source/Runtime/Online/HTTP/Public/Unix/UnixPlatformHttp.h |
| Include Path | #include "Unix/UnixPlatformHttp.h" |
Syntax
class FUnixPlatformHttp : public FGenericPlatformHttp
Inheritance Hierarchy
- FGenericPlatformHttp → FUnixPlatformHttp
Functions
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static IHttpRequest * ConstructRequest() |
Creates a new Http request instance for the current platform | Unix/UnixPlatformHttp.h | |
static FHttpManager * CreatePlatformHttpManager() |
Creates a platform-specific HTTP manager. | Unix/UnixPlatformHttp.h | |
static void Init() |
Platform initialization step | Unix/UnixPlatformHttp.h | |
static void Shutdown() |
Platform shutdown step | Unix/UnixPlatformHttp.h |