HomeSort by relevance Sort by last modified time
    Searched defs:HTTPConnection (Results 1 - 2 of 2) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
httplib.py 6 HTTPConnection goes through a number of "states", which define when a client
12 | HTTPConnection()
48 Note: this enforcement is applied by the HTTPConnection class. The
86 __all__ = ["HTTP", "HTTPResponse", "HTTPConnection",
680 class HTTPConnection:
888 # HTTPConnection() class. backwards-compat clients
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
httplib.py 6 HTTPConnection goes through a number of "states", which define when a client
12 | HTTPConnection()
48 Note: this enforcement is applied by the HTTPConnection class. The
86 __all__ = ["HTTP", "HTTPResponse", "HTTPConnection",
680 class HTTPConnection:
888 # HTTPConnection() class. backwards-compat clients
    [all...]

Completed in 634 milliseconds