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

Public Member Functions

def __init__
 
def __init__
 
- Public Member Functions inherited from httplib.HTTP
def __init__
 
def connect
 
def getfile
 
def putheader
 
def getreply
 
def close
 
def __init__
 
def connect
 
def getfile
 
def getreply
 
def close
 

Public Attributes

 key_file
 
 cert_file
 
- Public Attributes inherited from httplib.HTTP
 send
 
 putrequest
 
 endheaders
 
 set_debuglevel
 
 file
 hmm. More...
 
 headers
 
 putheader
 

Additional Inherited Members

- Static Public Attributes inherited from httplib.HTTP
int debuglevel = 0
 

Detailed Description

Compatibility with 1.5 httplib interface

Python 1.5.2 did not have an HTTPS class, but it defined an
interface for sending http requests that is also useful for
https.

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