Searched refs:request_path (Results 1 - 4 of 4) sorted by relevance
/third_party/nghttp2/examples/ |
H A 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/python/Lib/http/ |
H A D | cookiejar.py | 647 def request_path(request): function 1006 req_path = request_path(request) 1216 req_path = request_path(request) 1515 path = request_path(request)
|
/third_party/python/Lib/test/ |
H A D | test_http_cookiejar.py | 19 reach, is_HDN, domain_match, user_domain_match, request_path, 791 self.assertEqual(request_path(req), 797 self.assertEqual(request_path(req), "/rheum/rhaponticum") 800 self.assertEqual(request_path(req), "/")
|
/third_party/googletest/googletest/scripts/ |
H A D | upload.py | 306 def Send(self, request_path, payload=None, 313 request_path: The path to send the request to, eg /api/appversion/create. 335 url = "http://%s%s" % (self.host, request_path)
|
Completed in 8 milliseconds