13 #include <restinio/exception.hpp> 14 #include <restinio/http_headers.hpp> 16 #include <restinio/impl/include_fmtlib.hpp> 48 std::size_t started_at,
92 fmt::
format(
"unable to make a chunk (started_at:{}, size: {}) " 93 "from a body with length:{}",
chunk_info_t(std::size_t started_at, std::size_t size)
Initializing constructor.
RESTINIO_NODISCARD string_view_t make_string_view(string_view_t full_body) const
Extract the chunk value from the whole body.
RESTINIO_NODISCARD char to_lower_case(unsigned char ch)
std::enable_if< std::is_same< Parameter_Container, query_string_params_t >::value||std::is_same< Parameter_Container, router::route_params_t >::value, optional_t< Value_Type > >::type opt_value(const Parameter_Container ¶ms, string_view_t key)
Gets the value of a parameter specified by key wrapped in optional_t<Value_Type> if parameter exists ...