Lines Matching refs:get_host
11822 return ada::helpers::concat(get_protocol(), "//", get_host());
11833 result->get_host());
11850 [[nodiscard]] std::string url::get_host() const noexcept {
12867 url.set_host(base_url->get_host());
13794 return helpers::concat(get_protocol(), "//", get_host());
13804 return helpers::concat(out->get_protocol(), "//", out->get_host());
13853 [[nodiscard]] std::string_view url_aggregator::get_host() const noexcept {
13854 ada_log("url_aggregator::get_host");
13950 helpers::encode_json(get_host(), back);
14094 " host: ", get_host());
15078 std::string_view out = r->get_host();