|
iceberg-cpp
|
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 |
An outgoing HTTP request. Mirrors Java's HttpRequest so signing implementations like SigV4 see method, url, headers, and body together.