Navigation
API > API/Runtime > API/Runtime/HTTP > API/Runtime/HTTP/Interfaces > API/Runtime/HTTP/Interfaces/IHttpBase
- IHttpBase::GetContentLength()
- FHttpRequestAdapterBase::GetContentLength()
References
| Module | HTTP |
| Header | /Engine/Source/Runtime/Online/HTTP/Public/Interfaces/IHttpBase.h |
| Include | #include "Interfaces/IHttpBase.h" |
uint64 GetContentLength() 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)