iceberg-cpp
Loading...
Searching...
No Matches
Public Attributes | List of all members
iceberg::rest::HttpRequest Struct Reference

An outgoing HTTP request. Mirrors Java's HttpRequest so signing implementations like SigV4 see method, url, headers, and body together. More...

#include <http_request.h>

Public Attributes

HttpMethod method = HttpMethod::kGet
 
std::string url
 
HttpHeaders headers
 
std::string body
 

Detailed Description

An outgoing HTTP request. Mirrors Java's HttpRequest so signing implementations like SigV4 see method, url, headers, and body together.


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