Home
last modified time | relevance | path

Searched refs:request_uri (Results 1 - 3 of 3) sorted by relevance

/third_party/python/Lib/wsgiref/
H A Dutil.py6 'FileWrapper', 'guess_scheme', 'application_uri', 'request_uri',
57 def request_uri(environ, include_query=True): function
/third_party/curl/lib/
H A Dcookie.c156 static bool pathmatch(const char *cookie_path, const char *request_uri) in pathmatch() argument
171 uri_path = strdup(request_uri); in pathmatch()
/third_party/python/Lib/test/
H A Dtest_wsgiref.py325 self.assertEqual(util.request_uri(kw,query),uri)

Completed in 4 milliseconds