App Engine Python SDK  v1.6.9 rev.445
The Python runtime is available as an experimental Preview feature.
Public Member Functions | Static Public Attributes | List of all members
google.appengine.dist.httplib.HTTPSConnection Class Reference
Inheritance diagram for google.appengine.dist.httplib.HTTPSConnection:
google.appengine.dist.httplib.HTTPConnection

Public Member Functions

def __init__
 
- Public Member Functions inherited from google.appengine.dist.httplib.HTTPConnection
def __init__
 
def connect
 
def request
 
def putrequest
 
def putheader
 
def endheaders
 
def set_debuglevel
 
def send
 
def getresponse
 
def close
 

Static Public Attributes

string protocol = 'https'
 
 default_port = HTTPS_PORT
 
- Static Public Attributes inherited from google.appengine.dist.httplib.HTTPConnection
string protocol = 'http'
 
 default_port = HTTP_PORT
 

Additional Inherited Members

- Public Attributes inherited from google.appengine.dist.httplib.HTTPConnection
 host
 
 port
 
 headers
 
 timeout
 

The documentation for this class was generated from the following file: