| pyroxide.model.httpresponse (version 42 , 2007-03-18 22:41:06 -0700 (Sun, 18 Mar 2007) ) | index /usr/lib/python2.4/site-packages/pyroxide/model/httpresponse.py |
The HTTP Response module.
| Classes | ||||||||||
|
| ||||||||||
| Functions | ||
| ||
| Data | ||
| STATUS = {'ACCEPTED': 202, 'BAD_GATEWAY': 502, 'BAD_REQUEST': 400, 'CONFLICT': 409, 'CONTINUE': 100, 'CREATED': 201, 'EXPECTATION_FAILED': 417, 'FORBIDDEN': 403, 'FOUND': 302, 'GATEWAY_TIME_OUT': 504, ...} __HeadURL__ = '$URL: http://pyroxide.org/svn/pyroxide/trunk/src/main/python/pyroxide/model/httpresponse.py $' __Id__ = '$Id: httpresponse.py 42 2007-03-19 05:41:06Z kevin $' __LastChangedBy__ = '$Author: kevin $' __LastChangedDate__ = '$Date: 2007-03-18 22:41:06 -0700 (Sun, 18 Mar 2007) $' __REPR__ = 'HTTPResponse:\n\tstatus=%s;\n\theaders=%s;\n\tcookies=%s\n\tbody=%s' __Revision__ = '$Rev: 42 $' __copyright__ = '(c) 2006 rootsmith Inc.' __date__ = ' 2007-03-18 22:41:06 -0700 (Sun, 18 Mar 2007) ' __version__ = ' 42 ' | ||