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

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< Browserbrowser
 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.
 

Detailed Description

The details about a URL request.

Member Data Documentation

◆ method

std::string molybden::UrlRequest::method

The request method name.

For example, "GET", "POST" etc.


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