#include <toolbox/http/Request.hpp>
Definition at line 29 of file Request.hpp.
◆ Request() [1/3]
toolbox::http::Request::Request |
( |
| ) |
|
|
default |
◆ ~Request()
toolbox::http::Request::~Request |
( |
| ) |
|
|
default |
◆ Request() [2/3]
◆ Request() [3/3]
toolbox::http::Request::Request |
( |
Request && |
| ) |
|
|
delete |
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ method()
Method toolbox::http::Request::method |
( |
| ) |
const |
|
inlinenoexcept |
◆ url()
const std::string & toolbox::http::Request::url |
( |
| ) |
const |
|
inlinenoexcept |
◆ headers()
◆ body()
const std::string & toolbox::http::Request::body |
( |
| ) |
const |
|
inlinenoexcept |
◆ clear()
void toolbox::http::Request::clear |
( |
| ) |
|
|
inlinenoexcept |
◆ flush()
void toolbox::http::Request::flush |
( |
| ) |
|
|
inline |
◆ set_method()
void toolbox::http::Request::set_method |
( |
Method |
method | ) |
|
|
inlinenoexcept |
◆ append_url()
void toolbox::http::Request::append_url |
( |
std::string_view |
sv | ) |
|
|
inline |
◆ append_header_field()
void toolbox::http::Request::append_header_field |
( |
std::string_view |
sv, |
|
|
First |
first |
|
) |
| |
|
inline |
◆ append_header_value()
void toolbox::http::Request::append_header_value |
( |
std::string_view |
sv, |
|
|
First |
|
|
) |
| |
|
inline |
◆ append_body()
void toolbox::http::Request::append_body |
( |
std::string_view |
sv | ) |
|
|
inline |
The documentation for this class was generated from the following files: