Skip to content

Latest commit

 

History

History
54 lines (47 loc) · 1.63 KB

index.rst

File metadata and controls

54 lines (47 loc) · 1.63 KB
LastChangedDate

$LastChangedDate$

LastChangedRevision

$LastChangedRevision$

LastChangedBy

$LastChangedBy$

Twisted Web In 60 Seconds

static-content dynamic-content static-dispatch dynamic-dispatch error-handling custom-codes handling-posts other-request-bodies rpy-scripts asynchronous asynchronous-deferred interrupted logging-errors access-logging wsgi http-auth session-basics session-store session-endings

This set of examples contains short, complete applications of :pytwisted.web. For subjects not covered here, see the Twisted Web tutorial <../using-twistedweb> and the API documentation.

  1. Serving static content from a directory <static-content>
  2. Generating a page dynamically <dynamic-content>
  3. Static URL dispatch <static-dispatch>
  4. Dynamic URL dispatch <dynamic-dispatch>
  5. Error handling <error-handling>
  6. Custom response codes <custom-codes>
  7. Handling POSTs <handling-posts>
  8. Other request bodies <other-request-bodies>
  9. rpy scripts (or, how to save yourself some typing) <rpy-scripts>
  10. Asynchronous responses <asynchronous>
  11. Asynchronous responses (via Deferred) <asynchronous-deferred>
  12. Interrupted responses <interrupted>
  13. Logging errors <logging-errors>
  14. Access logging <access-logging>
  15. WSGIs <wsgi>
  16. HTTP authentication <http-auth>
  17. Session basics <session-basics>
  18. Storing objects in the session <session-store>
  19. Session endings <session-endings>