Module rhino

Classes

class Mapper

Alias for rhino.mapper.Mapper.

class Resource

Alias for rhino.resource.Resource.

class StaticFile

Alias for rhino.static.StaticFile.

class StaticDirectory

Alias for rhino.static.StaticDirectory.

class Request

Alias for rhino.request.Request.

class Response

Alias for rhino.response.Response.

class Entity

Alias for rhino.response.Entity.

Functions

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.