Lines Matching refs:path
166 req.path = concat_string_ref(balloc, req.path, StringRef{data, len});
299 StringRef path;
301 path = util::get_uri_field(uri.c_str(), u, UF_PATH);
309 req.path = StringRef::from_lit("");
313 path = StringRef::from_lit("/");
321 path = StringRef{std::begin(path), std::end(q)};
323 path = concat_string_ref(balloc, path, StringRef::from_lit("?"),
328 req.path = http2::rewrite_clean_path(balloc, path);
371 << (method == HTTP_CONNECT ? req.authority : req.path) << " "
437 rv = http_parser_parse_url(req.path.c_str(), req.path.size(), 0, &u);
446 if (method == HTTP_OPTIONS && req.path == StringRef::from_lit("*")) {
447 req.path = StringRef{};
449 req.path = http2::rewrite_clean_path(balloc, req.path);
462 rewrite_request_host_path_from_uri(balloc, req, req.path, u);
1299 balloc, cookieconf.name, affinity_cookie, cookieconf.path, secure);
1431 req.path);
1435 httpconf.redirect_https_port, req.path);