Navigation
API > API/Runtime > API/Runtime/HTTP > API/Runtime/HTTP/IHttpResponse
Description
Returns the payload as a utf8 string view. This does not validate that the response is valid utf8. It is the caller's responsibility, for example, by checking the Content-Type header
| Name | GetContentAsUtf8StringView |
| Type | function |
| Header File | /Engine/Source/Runtime/Online/HTTP/Public/Interfaces/IHttpResponse.h |
| Include Path | #include "Interfaces/IHttpResponse.h" |
FUtf8StringView GetContentAsUtf8StringView() const
the payload as a utf8 string view.