rhinoclass MapperAlias for rhino.mapper.Mapper.
class ResourceAlias for rhino.resource.Resource.
class StaticFileAlias for rhino.static.StaticFile.
class StaticDirectoryAlias for rhino.static.StaticDirectory.
class RequestAlias for rhino.request.Request.
class ResponseAlias for rhino.response.Response.
class EntityAlias for rhino.response.Entity.
get(*args, **kw)Alias for rhino.resource.get.
post(*args, **kw)Alias for rhino.resource.post.
put(*args, **kw)Alias for rhino.resource.put.
delete(*args, **kw)Alias for rhino.resource.delete.
patch(*args, **kw)Alias for rhino.resource.patch.
options(*args, **kw)Alias for rhino.resource.options.
response(code, body='', etag=None, last_modified=None, expires=None, **kw)Alias for rhino.response.response.
ok(body='', code=200, **kw)Alias for rhino.response.ok.
created(body='', **kw)Alias for rhino.response.created.
no_content(**kw)Alias for rhino.response.no_content.
redirect(location, code=302, **kw)Alias for rhino.response.redirect.
cache_control(max_age=None, private=False, public=False, s_maxage=None, must_revalidate=False, proxy_revalidate=False, no_cache=False, no_store=False)Alias for rhino.http.cache_control.