Lines Matching refs:get_protocol
11756 helpers::encode_json(get_protocol(), back);
11822 return ada::helpers::concat(get_protocol(), "//", get_host());
11832 return ada::helpers::concat(result->get_protocol(), "//",
11842 [[nodiscard]] std::string url::get_protocol() const noexcept {
12278 ada_log("SCHEME the scheme is ", url.get_protocol());
13284 buffer.insert(0, u.get_protocol());
13794 return helpers::concat(get_protocol(), "//", get_host());
13797 if (get_protocol() == "blob:") {
13804 return helpers::concat(out->get_protocol(), "//", out->get_host());
13916 [[nodiscard]] std::string_view url_aggregator::get_protocol() const noexcept {
13917 ada_log("url_aggregator::get_protocol");
13937 helpers::encode_json(get_protocol(), back);
15114 std::string_view out = r->get_protocol();