Molybden API
Loading...
Searching...
No Matches
molybden::ResponseBytesReceived Struct Reference

The NetworkEvents::onResponseBytesReceived event arguments. More...

#include <network_events.hpp>

Public Attributes

std::shared_ptr< Networknetwork
 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.
 

Detailed Description


The documentation for this struct was generated from the following file: