userver: s3api::Request Struct Reference
Loading...
Searching...
No Matches
s3api::Request Struct Reference

Detailed Description

Definition at line 13 of file request.hpp.

Public Attributes

clients::http::Headers headers
 
std::string body
 
std::string bucket
 
std::string req
 
clients::http::HttpMethod method
 

Member Data Documentation

◆ body

std::string s3api::Request::body

Definition at line 15 of file request.hpp.

◆ bucket

std::string s3api::Request::bucket

Definition at line 16 of file request.hpp.

◆ headers

clients::http::Headers s3api::Request::headers

Definition at line 14 of file request.hpp.

◆ method

clients::http::HttpMethod s3api::Request::method

Definition at line 18 of file request.hpp.

◆ req

std::string s3api::Request::req

Definition at line 17 of file request.hpp.


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