Commit 3424e38d authored by Jacek Furmankiewicz's avatar Jacek Furmankiewicz

docs

parent 021581bb
...@@ -34,12 +34,12 @@ The simplest possible REST application: ...@@ -34,12 +34,12 @@ The simplest possible REST application:
app.run() app.run()
Multiple module REST application Multi-module REST application
-------------------------------- --------------------------------
The key CorePost object is just an extension of the regular twisted.web Resource object The key CorePost object is just an extension of the regular twisted.web Resource object.
and as such can easily be used to assemble a multi-module REST applications with Therefore, it can easily be used to assemble a multi-module REST applications with
different CorePost objects serving from different context paths: different CorePost resources serving from different context paths:
from corepost.web import CorePost from corepost.web import CorePost
from corepost.enums import Http from corepost.enums import Http
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment