~canonical-ci-engineering/ubuntu-ci-services-itself/restish

« back to all changes in this revision

Viewing changes to docs-build/modules.rst

  • Committer: Evan Dandrea
  • Date: 2014-02-28 23:57:35 UTC
  • Revision ID: evan.dandrea@canonical.com-20140228235735-r3qoc6u6eqclhbqb
Initial commit.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Core restish Modules
 
2
====================
 
3
 
 
4
* :mod:`restish.app` - WSGI application code
 
5
* :mod:`restish.resource` - general purpose HTTP resource
 
6
* :mod:`restish.http` - HTTP request and response classes, and common response factories
 
7
* :mod:`restish.url` - comprehensive URL creation and parsing
 
8
* :mod:`restish.page` - HTML page resource
 
9
* :mod:`restish.templating` - support for simple templating
 
10
* :mod:`restish.guard` - protect your resources and methods
 
11
* :mod:`restish.error` - package-wide exception classes
 
12