userver
C++ Async Framework
Toggle main menu visibility
Documentation
API Groups
Namespaces
Reference
Class List
Class Index
File List
Macros
All
e
i
l
r
t
u
Functions
Macros
e
i
l
r
t
u
Examples
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Modules
Pages
Concepts
Loading...
Searching...
No Matches
request.hpp
Go to the documentation of this file.
1
#
pragma
once
2
3
/// @file userver/s3api/models/request.hpp
4
/// @brief Request class. Although it is rarely used in S3 client, it is
5
/// required to implement authenticator
6
7
#
include
<
userver
/
clients
/
http
/
request
.
hpp
>
8
9
USERVER_NAMESPACE_BEGIN
10
11
namespace
s3api {
12
13
struct
Request
{
14
clients::http::Headers headers;
15
std::string body;
16
std::string bucket;
17
std::string req;
18
clients::http::
HttpMethod
method;
19
};
13
struct
Request
{
…
};
20
21
}
// namespace s3api
22
23
USERVER_NAMESPACE_END
userver
s3api
models
request.hpp
Generated on Wed Apr 30 2025 15:49:26 for userver by
Doxygen
1.13.2