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 |
bool IsValidRequest
&40;
const IHttpRequest &42; RequestPtr
&41; const
Remarks
Find an Http request in the lists of current valid requests true if the request is being tracked, false if not
Parameters
| Name | Description |
|---|---|
| RequestPtr | ptr to the http request object to find |