Navigation
API > API/Runtime > API/Runtime/HTTP > API/Runtime/HTTP/GenericPlatform
Inheritance Hierarchy
- IHttpBase
- TSharedFromThis
- IHttpRequest
- FHttpRequestImpl
- FHttpRequestCommon
References
| Module | HTTP |
| Header | /Engine/Source/Runtime/Online/HTTP/Public/GenericPlatform/HttpRequestCommon.h |
| Include | #include "GenericPlatform/HttpRequestCommon.h" |
Syntax
class FHttpRequestCommon : public FHttpRequestImpl
Remarks
Contains implementation of some common functions that don't vary between implementations of different platforms
Variables
| Type | Name | Description | |
|---|---|---|---|
| EHttpRequestStatus::Type | CompletionStatus | Current status of request being processed | |
| EHttpRequestDelegateThreadPolicy | DelegateThreadPolicy | Thread policy about which thread to complete this request |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | PreCheck () |
Check if this request is valid or allowed, before actually process the request |
Overridden from IHttpRequest
| Type | Name | Description | |
|---|---|---|---|
| EHttpRequestDelegateThreadPolicy | Get thread policy about which thread to complete this request | ||
| EHttpRequestStatus::Type | GetStatus () |
IHttpRequest. | |
| void | SetDelegateThreadPolicy
(
EHttpRequestDelegateThreadPolicy InThreadPolicy |
Set thread policy about which thread to complete this request |