Molybden API
|
The NetworkDelegates::onInterceptUrlRequest arguments. More...
#include <network_delegates.hpp>
Public Attributes | |
std::shared_ptr< Network > | network |
The network instance initiated this action. | |
UrlRequest | request |
The URL request. | |
std::shared_ptr< UploadData > | upload_data |
The upload data retrieved from the URL request. | |
std::vector< HttpHeader > | http_headers |
The list of the HTTP headers of the request or an empty list if the request does not have any HTTP headers. | |
std::unique_ptr< UrlRequestJobFactory > | job_factory |
The factory for creating UrlRequestJob instances for the url request. | |
The NetworkDelegates::onInterceptUrlRequest arguments.