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