|
def | __init__ |
|
def | connect |
|
def | getfile |
|
def | putheader |
|
def | getreply |
|
def | close |
|
|
| send |
|
| putrequest |
|
| endheaders |
|
| set_debuglevel |
|
| file |
|
| headers |
|
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:
- code/googleappengine-read-only/python/google/appengine/dist/httplib.py