Package grassyknoll :: Package frontend :: Module EasyRest
[hide private]

Module EasyRest

source code

Helper code to make writing RESTful web apps suck less.

But only a little less.

The organization of these classes is somewhat arbitrary. I blame the libraries (wsgi & werkzeug).

Classes [hide private]
  RestRequest
a HTTP Request object for writing RESTful web apps.
  RestResponse
a HTTP Responseobject for writing RESTful web apps.
  RestView
a view for RESTful web apps
  RestApplication
A WSGI application for writing RESTful webapps