Navigation
API > API/Runtime > API/Runtime/HTTP > API/Runtime/HTTP/FHttpManager
References
| Module | HTTP |
| Header | /Engine/Source/Runtime/Online/HTTP/Public/HttpManager.h |
| Include | #include "HttpManager.h" |
Syntax
struct FHttpFlushTimeLimit
Variables
| Type | Name | Description | |
|---|---|---|---|
| double | HardLimitSeconds | After we hit the soft time limit and cancel the requests, we wait some additional time for the canceled requests to go away. | |
| double | SoftLimitSeconds | Designates the amount of time we will wait during a flush before we try to cancel the request. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FHttpFlushTimeLimit
(
double InSoftLimitSeconds, |