Malloy
Loading...
Searching...
No Matches
malloy::http::request< Body > Member List

This is the complete list of members for malloy::http::request< Body >, including all inherited members.

cookie(const std::string_view &name) constmalloy::http::request< Body >inline
cookies() const noexceptmalloy::http::request< Body >inline
has_cookie(const std::string &name) constmalloy::http::request< Body >inline
operator=(const request &rhs)=defaultmalloy::http::request< Body >
operator=(request &&rhs) noexcept=defaultmalloy::http::request< Body >
port() const noexceptmalloy::http::request< Body >inline
request()=default (defined in malloy::http::request< Body >)malloy::http::request< Body >
request(http::method method_, std::string_view host, const std::uint16_t port, std::string_view target_)malloy::http::request< Body >inline
request(msg_t &&raw)malloy::http::request< Body >inlineexplicit
request(const request &other)=defaultmalloy::http::request< Body >
request(request &&other) noexcept=defaultmalloy::http::request< Body >
~request()=defaultmalloy::http::request< Body >virtual