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

Public Member Functions

def __init__
 
def connect
 
def getfile
 
def putheader
 
def getreply
 
def close
 

Public Attributes

 send
 
 putrequest
 
 endheaders
 
 set_debuglevel
 
 file
 
 headers
 

Static Public Attributes

int debuglevel = 0
 

Member Function Documentation

def google.appengine.dist.httplib.HTTP.getreply (   self)
Compat definition since superclass does not define it.

Returns a tuple consisting of:
- server status code (e.g. '200' if all goes well)
- server "reason" corresponding to status code
- any RFC822 headers in the response from the server

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