Searched refs:request_path (Results 1 – 6 of 6) sorted by relevance
/third_party/nghttp2/examples/ |
D | libevent-server.c | 91 char *request_path; member 243 free(stream_data->request_path); in delete_http2_stream_data() 497 if (!stream_data || stream_data->request_path) { in on_header_callback() 504 stream_data->request_path = percent_decode(value, j); in on_header_callback() 543 if (!stream_data->request_path) { in on_request_recv() 550 stream_data->request_path); in on_request_recv() 551 if (!check_path(stream_data->request_path)) { in on_request_recv() 557 for (rel_path = stream_data->request_path; *rel_path == '/'; ++rel_path) in on_request_recv()
|
/third_party/cef/tests/ceftests/ |
D | cors_unittest.cc | 150 const std::string& request_path, in Resource() 154 Init(request_handler, request_path, mime_type, data, status); in Resource() 159 const std::string& request_path, in Init() 164 path = request_path; in Init()
|
/third_party/python/Lib/test/ |
D | test_http_cookiejar.py | 17 reach, is_HDN, domain_match, user_domain_match, request_path, 736 self.assertEqual(request_path(req), 742 self.assertEqual(request_path(req), "/rheum/rhaponticum") 745 self.assertEqual(request_path(req), "/")
|
/third_party/python/Lib/http/ |
D | cookiejar.py | 648 def request_path(request): function 1007 req_path = request_path(request) 1216 req_path = request_path(request) 1520 path = request_path(request)
|
/third_party/nghttp2/doc/sources/ |
D | tutorial-server.rst | 130 char *request_path; 500 if (!stream_data || stream_data->request_path) { 507 stream_data->request_path = percent_decode(value, j);
|
/third_party/googletest/googletest/scripts/ |
D | upload.py | 306 def Send(self, request_path, payload=None, argument 335 url = "http://%s%s" % (self.host, request_path)
|