Navigation
API > API/Runtime > API/Runtime/BackgroundHTTP
Classes
| Type | Name | Description | |
|---|---|---|---|
| FGenericPlatformBackgroundHttp | Generic version of Background Http implementations for platforms that don't need a special implementation Intended usage is to use FPlatformBackgroundHttp instead of FGenericPlatformHttp On platforms without a specific implementation, you should still use FPlatformBackgroundHttp and it will call into these functions | ||
| FGenericPlatformBackgroundHttpManager | Manages Background Http request that are currently being processed if no platform specific implementation has been made. | ||
| FGenericPlatformBackgroundHttpRequest | Contains implementation of some common functions that don't vary between implementation | ||
| FGenericPlatformBackgroundHttpResponse | Contains implementation of some common functions that don't vary between implementation |