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

  /external/chromium-trace/catapult/third_party/Paste/paste/
translogger.py 23 '"%(REQUEST_METHOD)s %(REQUEST_URI)s %(HTTP_VERSION)s" '
92 'HTTP_VERSION': environ.get('SERVER_PROTOCOL'),
  /external/chromium-trace/catapult/third_party/WebOb/docs/pycon2011/
request_table.rst 42 http_version
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
http.h 47 } HTTP_VERSION,*PHTTP_VERSION;
178 HTTP_VERSION Version;
220 HTTP_VERSION Version;
wininet.h     [all...]
  /frameworks/base/tests/CoreTests/android/core/
HttpConstants.java 61 public static final int HTTP_VERSION = 505;
  /libcore/support/src/test/java/tests/support/
Support_HttpConstants.java 61 public static final int HTTP_VERSION = 505;
  /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/webapp2/tests/
request_test.py 263 self.assertTrue('\n' not in req.http_version or '\r' in req.http_version)
  /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))
  /external/chromium-trace/catapult/third_party/WebOb/webob/
request.py 317 http_version = environ_getter('SERVER_PROTOCOL') variable in class:BaseRequest
    [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
  /external/libmicrohttpd/src/microhttpd/
connection.c 1395 char *http_version; local
    [all...]
  /libcore/ojluni/src/main/java/java/net/
HttpURLConnection.java     [all...]
  /external/chromium-trace/catapult/third_party/WebOb/docs/
news.txt 636 * Add ``req.http_version`` attribute.
    [all...]
  /external/google-breakpad/src/third_party/curl/
curl.h     [all...]
  /external/curl/include/curl/
curl.h     [all...]
  /prebuilts/sdk/7/
android.jar 

Completed in 4426 milliseconds