Navigation
API > API/Runtime > API/Runtime/HTTP > API/Runtime/HTTP/IHttpBase
Description
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.
Derived Overrides
| Name | GetContentLength |
| Type | function |
| Header File | /Engine/Source/Runtime/Online/HTTP/Public/Interfaces/IHttpBase.h |
| Include Path | #include "Interfaces/IHttpBase.h" |
uint64 GetContentLength() const
the content length (if available)