| Home | Trees | Indices | Help |
|---|
|
|
Web API (wrapper around WSGI) (from web.py)
|
|||
| HTTPError | |||
|
OK `200 OK` status |
|||
|
ok `200 OK` status |
|||
|
Created `201 Created` status |
|||
|
created `201 Created` status |
|||
|
Accepted `202 Accepted` status |
|||
|
accepted `202 Accepted` status |
|||
|
Redirect A `301 Moved Permanently` redirect. |
|||
|
redirect A `301 Moved Permanently` redirect. |
|||
|
Found A `302 Found` redirect. |
|||
|
found A `302 Found` redirect. |
|||
|
SeeOther A `303 See Other` redirect. |
|||
|
seeother A `303 See Other` redirect. |
|||
|
NotModified A `304 Not Modified` status. |
|||
|
notmodified A `304 Not Modified` status. |
|||
|
TempRedirect A `307 Temporary Redirect` redirect. |
|||
|
tempredirect A `307 Temporary Redirect` redirect. |
|||
|
BadRequest `400 Bad Request` error. |
|||
|
badrequest `400 Bad Request` error. |
|||
|
_NotFound `404 Not Found` error. |
|||
|
Unauthorized `401 Unauthorized` status |
|||
|
unauthorized `401 Unauthorized` status |
|||
|
Forbidden `403 Forbidden` status |
|||
|
forbidden `403 Forbidden` status |
|||
|
NotAcceptable `406 Not Acceptable` status |
|||
|
notacceptable `406 Not Acceptable` status |
|||
|
Conflict `409 Conflict` status |
|||
|
conflict `409 Conflict` status |
|||
|
PreconditionFailed `412 Precondition Failed` status |
|||
|
preconditionfailed `412 Precondition Failed` status |
|||
|
NoMethod A `405 Method Not Allowed` error. |
|||
|
nomethod A `405 Method Not Allowed` error. |
|||
|
Gone `410 Gone` error. |
|||
|
gone `410 Gone` error. |
|||
|
_InternalError 500 Internal Server Error`. |
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
config = <Storage {'debug': True, '__doc__': '\nA configuratio
|
|||
context = <Storage {'__doc__': '\nA `storage` object containin
|
|||
ctx = <Storage {'__doc__': '\nA `storage` object containing va
|
|||
__package__ =
|
|||
|
|||
Adds the header `hdr: value` with the response. If `unique` is True and a header with that name already exists, it doesn't add a new one. |
Returns a `storage` object with the GET and POST arguments. See `storify` for how `requireds` and `defaults` work. |
Returns a `storage` object with all the cookies in it. See `storify` for how `requireds` and `defaults` work. |
|
|||
config
|
context
|
ctx
|
| Home | Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Wed Aug 4 09:57:29 2010 | http://epydoc.sourceforge.net |