Navigation
API > API/Runtime > API/Runtime/BackgroundHTTP
Classes
| Type | Name | Description | |
|---|---|---|---|
| IBackgroundHttpManager | |||
| IBackgroundHttpModularFeature | This version of BackgroundHttp is designed to be used by any platform that relies on a ModularFeature to override the BackgroundHttp behavior. | ||
| IBackgroundHttpRequest | Interface for Http requests (created using FHttpFactory) | ||
| IBackgroundHttpResponse | Interface for Http Background Responses |
Typedefs
| Name | Description |
|---|---|
| FBackgroundHttpManagerPtr | |
| FBackgroundHttpManagerPtr | |
| FBackgroundHttpProgressUpdateDelegate | Delegate Called when a Background Http request updates its progress |
| FBackgroundHttpRequestCompleteDelegate | Delegate called when a Background Http request completes |
| FBackgroundHttpRequestMetricsDelegate | Delegate called when a Background Http request metrics are ready |
| FBackgroundHttpRequestPtr | Included as we use EHttpResponseCode. |
| FBackgroundHttpResponsePtr |
Enums
| Type | Name | Description | |
|---|---|---|---|
| EBackgroundHTTPPriority | Enum used to describe download priority. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| const TCHAR * | LexToString
(
EBackgroundHTTPPriority InType |
||
| bool | LexTryParseString
(
EBackgroundHTTPPriority& OutMode, |