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" |
| Source | /Engine/Source/Runtime/Online/HTTP/Private/HttpManager.cpp |
void AddRequest
&40;
const FHttpRequestRef & Request
&41;
Remarks
Adds an Http request instance to the manager for tracking/ticking Manager should always have a list of requests currently being processed
Parameters
| Name | Description |
|---|---|
| Request | the request object to add |