17#ifndef TOOLBOX_HTTP_URL_HPP
18#define TOOLBOX_HTTP_URL_HPP
22#include <toolbox/contrib/http_parser.h>
25inline namespace http {
27template <
typename DerivedT>
90 decltype(
auto) url()
const noexcept {
return static_cast<const DerivedT*
>(
this)->url(); }
137 std::string_view url_;