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

.. toctree::
   :hidden:

   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 :py:mod:`twisted.web`. For subjects not covered here, see the :doc:`Twisted Web tutorial <../using-twistedweb>` and the API documentation.

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