class request
#
-
class request#
A type representing client’s incoming request.
Public Functions
-
inline auto connection() const noexcept -> const connect_info&#
Get connection information.
-
inline auto headers() const noexcept -> const http::header_map&#
Get HTTP headers.
-
inline auto body() noexcept -> any_async_readable_stream&#
Get body.
-
inline auto body() const noexcept -> const any_async_readable_stream&#
Get body.
-
inline auto builder() -> request_builder#
Create the builder for furthur modification.
- DESCRIPTION
Create the builder for furthur modification. Note that current object is no longer usable after calling this function.
-
inline auto connection() const noexcept -> const connect_info&#