AXIAM C++ SDK 1.0.0-alpha8
Authentication, authorization, JWKS & route guards (REST + mTLS)
Loading...
Searching...
No Matches
Public Attributes | List of all members
axiam::HttpRequest Struct Reference

An outgoing HTTP request produced by the client's request builder. More...

#include <transport.hpp>

Public Attributes

std::string method
 
std::string url
 
HeaderMap headers
 
std::string body
 

Detailed Description

An outgoing HTTP request produced by the client's request builder.

Member Data Documentation

◆ method

std::string axiam::HttpRequest::method

◆ url

std::string axiam::HttpRequest::url

◆ headers

HeaderMap axiam::HttpRequest::headers

◆ body

std::string axiam::HttpRequest::body

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