Navigation
API > API/Runtime > API/Runtime/HTTP
References
| |
|
| Module |
HTTP |
| Header |
/Engine/Source/Runtime/Online/HTTP/Public/HttpManager.h |
| Include |
#include "HttpManager.h" |
Syntax
enum EHttpFlushReason
{
Default,
Shutdown,
FullFlush,
Count,
}
Values
| Name |
Description |
| Default |
Reasonable, typically higher time limits |
| Shutdown |
Shorter time limits depending on platform requirements Shorter time limits depending on platform requirements |
| FullFlush |
Infinite wait, should only be used in non-game scenarios where longer waits are acceptable |
| Count |
|