Molybden API
|
The details about a URL request. More...
#include <url_request.hpp>
Public Attributes | |
uint64_t | id |
The identifier of this URL request. | |
std::string | url |
The URL address of this request. | |
std::string | method |
The request method name. | |
ResourceType | resource_type |
The type of the resource the request is loading. | |
uint64_t | received_bytes |
The total amount of data received from network after SSL decoding and proxy handling. | |
uint64_t | sent_bytes |
The total amount of data sent over the network before SSL encoding and proxy handling. | |
std::shared_ptr< Browser > | browser |
The browser instance initiated this request or nullptr if it has not been determined or not available anymore. | |
SslVersion | ssl_version |
The SSL connection version used to make this request. | |
The details about a URL request.
std::string molybden::UrlRequest::method |
The request method name.
For example, "GET", "POST" etc.