Navigation
API > API/Runtime > API/Runtime/HTTP > API/Runtime/HTTP/FHttpRequestAdapterBase
- IHttpBase::GetContentLength()
- FHttpRequestAdapterBase::GetContentLength()
References
| Module | HTTP |
| Header | /Engine/Source/Runtime/Online/HTTP/Public/HttpRequestAdapter.h |
| Include | #include "HttpRequestAdapter.h" |
virtual uint64 GetContentLength&40;&41; const
Remarks
Shortcut to get the Content-Length header value. Will not always return non-zero. If you want the real length of the payload, get the payload and check it's length. the content length (if available)