HomeSort by relevance Sort by last modified time
    Searched full:request_uri (Results 1 - 12 of 12) sorted by null

  /external/webkit/LayoutTests/http/tests/appcache/resources/
print-uri.php 6 echo $_SERVER['REQUEST_URI'];
  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-python/httplib2/
__init__.py 178 request_uri = query and "?".join([path, query]) or path
180 defrag_uri = scheme + "://" + authority + request_uri
181 return scheme, authority, request_uri, defrag_uri
415 def __init__(self, credentials, host, request_uri, headers, response, content, http):
416 (scheme, authority, path, query, fragment) = parse_uri(request_uri)
422 def depth(self, request_uri):
423 (scheme, authority, path, query, fragment) = parse_uri(request_uri)
424 return request_uri[len(self.path):].count("/")
426 def inscope(self, host, request_uri):
427 # XXX Should we normalize the request_uri
    [all...]
  /external/chromium/net/tools/flip_server/
balsa_enums.h 38 // REQ: method request_uri version
http_interface.cc 54 << headers.request_uri().as_string() << " " << method;
55 std::string filename = EncodeURL(headers.request_uri().as_string(),
balsa_headers.cc 867 SetFirstlineFromStringPieces(method, request_uri(), request_version());
884 // Note: There is no difference between request_uri() and response_code().
    [all...]
balsa_headers.h 864 const base::StringPiece request_uri() const { function in class:net::BalsaHeaders
    [all...]
spdy_interface.cc 473 block["path"] = headers.request_uri().as_string();
balsa_frame.cc 220 // REQ: method request_uri version
    [all...]
  /external/webkit/LayoutTests/http/tests/resources/
network-simulator.php 64 header('Location: ' . $_SERVER['REQUEST_URI']); # Redirect to self.
  /external/webkit/Tools/iExploder/iexploder-1.7.2/src/
browser_harness.rb 277 age, request_uri = check_log_status()
286 vars, test_num, subtest_data, lookup_value = parse_test_url(request_uri)
  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-php/lib/lightopenid/
openid.php 27 * $openid->returnUrl = $openid->realm . $_SERVER['REQUEST_URI'];
70 $this->returnUrl = $this->trustRoot . $_SERVER['REQUEST_URI'];
  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-php/lib/oauth/
OAuth.php 249 $_SERVER['REQUEST_URI'];

Completed in 254 milliseconds