HomeSort by relevance Sort by last modified time
    Searched refs:http_version (Results 1 - 11 of 11) sorted by null

  /prebuilts/gdb/darwin-x86/lib/python2.7/wsgiref/
handlers.py 52 http_version = "1.0" # Version that should be used for response variable in class:BaseHandler
191 self._write('HTTP/%s %s\r\n' % (self.http_version,self.status))
  /prebuilts/gdb/linux-x86/lib/python2.7/wsgiref/
handlers.py 52 http_version = "1.0" # Version that should be used for response variable in class:BaseHandler
191 self._write('HTTP/%s %s\r\n' % (self.http_version,self.status))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/wsgiref/
handlers.py 52 http_version = "1.0" # Version that should be used for response variable in class:BaseHandler
191 self._write('HTTP/%s %s\r\n' % (self.http_version,self.status))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/wsgiref/
handlers.py 52 http_version = "1.0" # Version that should be used for response variable in class:BaseHandler
191 self._write('HTTP/%s %s\r\n' % (self.http_version,self.status))
  /system/connectivity/shill/
http_proxy_unittest.cc 143 string CreateRequest(const string& url, const string& http_version,
149 return StringPrintf(kQueryTemplate, url.c_str(), http_version.c_str(),
435 void SetupConnectWithRequest(const string& url, const string& http_version,
439 ReadFromClient(CreateRequest(url, http_version, extra_lines));
  /external/chromium-trace/catapult/third_party/WebOb/webob/
request.py 317 http_version = environ_getter('SERVER_PROTOCOL') variable in class:BaseRequest
    [all...]
  /external/libmicrohttpd/src/microhttpd/
connection.c 1395 char *http_version; local
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_wsgiref.py 518 h.http_version = version
525 h.http_version = version
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_wsgiref.py 518 h.http_version = version
525 h.http_version = version
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_wsgiref.py 518 h.http_version = version
525 h.http_version = version
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_wsgiref.py 518 h.http_version = version
525 h.http_version = version

Completed in 360 milliseconds