Boost.Burl

    • Introduction
    • Quick Start
    • Guide
      • Making Requests
      • Request Bodies
      • Responses
      • Error Handling
      • Headers
      • Query Parameters
      • Authentication
      • Redirects
      • Cookies
      • Timeouts
      • Connection Pool
      • Proxies
      • Compression
      • Extending
    • Examples
      • Usage
      • nlohmann/json
    • Testing
    • Reference
  • boost::burl::parser::parser
arrow_upward

boost::burl::parser::parser

Constructors

Synopses

Declared in <boost/burl/parser.hpp>

Default constructor

parser() = default;

» more...

Copy constructor

parser(parser const& other) = delete;

» more...

Move constructor

parser(parser&& other) noexcept = default;

» more...

parser(
    config const& cfg,
    bool is_request);

» more...

Created with MrDocs