Toolbox snapshot
The Reactive C++ Toolbox
|
#include <toolbox/http/Request.hpp>
Public Member Functions | |
Request ()=default | |
~Request () | |
Request (const Request &)=delete | |
Request & | operator= (const Request &)=delete |
Request (Request &&)=delete | |
Request & | operator= (Request &&)=delete |
Method | method () const noexcept |
const std::string & | url () const noexcept |
const Headers & | headers () const noexcept |
const std::string & | body () const noexcept |
void | clear () noexcept |
void | flush () |
void | set_method (Method method) noexcept |
void | append_url (std::string_view sv) |
void | append_header_field (std::string_view sv, First first) |
void | append_header_value (std::string_view sv, First) |
void | append_body (std::string_view sv) |
Public Member Functions inherited from toolbox::http::BasicUrl< Request > | |
BasicUrl () noexcept | |
BasicUrl (const BasicUrl &) noexcept=default | |
BasicUrl (BasicUrl &&) noexcept=default | |
BasicUrl & | operator= (const BasicUrl &) noexcept=default |
BasicUrl & | operator= (BasicUrl &&) noexcept=default |
auto | schema () const noexcept |
auto | host () const noexcept |
auto | port () const noexcept |
auto | path () const noexcept |
auto | query () const noexcept |
auto | fragment () const noexcept |
auto | user_info () const noexcept |
BasicUrl () noexcept | |
BasicUrl (const BasicUrl &) noexcept=default | |
BasicUrl (BasicUrl &&) noexcept=default | |
BasicUrl & | operator= (const BasicUrl &) noexcept=default |
BasicUrl & | operator= (BasicUrl &&) noexcept=default |
auto | schema () const noexcept |
auto | host () const noexcept |
auto | port () const noexcept |
auto | path () const noexcept |
auto | query () const noexcept |
auto | fragment () const noexcept |
auto | user_info () const noexcept |
Additional Inherited Members | |
Protected Member Functions inherited from toolbox::http::BasicUrl< Request > | |
~BasicUrl ()=default | |
void | reset () noexcept |
void | parse (bool is_connect=false) |
~BasicUrl ()=default | |
void | reset () noexcept |
void | parse (bool is_connect=false) |
Definition at line 29 of file Request.hpp.
|
default |
|
default |
|
delete |
|
inlinenoexcept |
Definition at line 42 of file Request.hpp.
|
inlinenoexcept |
Definition at line 43 of file Request.hpp.
Definition at line 44 of file Request.hpp.
|
inlinenoexcept |
Definition at line 45 of file Request.hpp.
|
inlinenoexcept |
Definition at line 47 of file Request.hpp.
|
inline |
Definition at line 54 of file Request.hpp.
Definition at line 55 of file Request.hpp.
|
inline |
Definition at line 56 of file Request.hpp.
Definition at line 57 of file Request.hpp.
Definition at line 65 of file Request.hpp.
|
inline |
Definition at line 69 of file Request.hpp.