Home
last modified time | relevance | path

Searched refs:make_reqpath (Results 1 – 2 of 2) sorted by relevance

/third_party/nghttp2/src/
Dnghttp.h149 std::string make_reqpath() const;
Dnghttp.cc249 std::string Request::make_reqpath() const { in make_reqpath() function in nghttp2::Request
456 {":path", req->make_reqpath()}, in submit_request()
996 req += reqvec[0]->make_reqpath(); in on_upgrade_connect()
2250 << req->make_reqpath() << std::endl; in print_stats()