userver
C++ Async Framework
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
};
20
21
}
// namespace s3api
22
23
USERVER_NAMESPACE_END
userver
s3api
models
request.hpp
Generated on Tue Nov 19 2024 11:25:28 for userver by
Doxygen
1.10.0