This set of examples contains short, complete applications of twisted.web. For subjects not covered here, see the Twisted Web tutorial and the API documentation.
- Serving static content from a directory
- Generating a page dynamically
- Static URL dispatch
- Dynamic URL dispatch
- Error handling
- Custom response codes
- Handling POSTs
- Other request bodies
- rpy scripts (or, how to save yourself some typing)
- Asynchronous responses
- Asynchronous responses (via Deferred)
- Interrupted responses
- Logging errors
- Access logging
- WSGIs
- HTTP authentication
- Session basics
- Storing objects in the session
- Session endings