Molybden API
|
The NetworkEvents::onResponseBytesReceived event arguments. More...
#include <network_events.hpp>
Public Attributes | |
std::shared_ptr< Network > | network |
The network instance initiated this event. | |
UrlRequest | url_request |
The URL request associated with the response. | |
std::string | mime_type |
The MIME type value retrieved from the Content-Type header of this request or an empty string if there is no MIME type. | |
std::string | charset |
The charset in lower case retrieved from the HTTP response headers of this request or an empty string if the received headers do not include any information about the charset. | |
std::string | data |
The received part of HTTP response body. | |
The NetworkEvents::onResponseBytesReceived event arguments.