: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 :api:`twisted.web ` . For subjects not covered here, see the :doc:`Twisted Web tutorial <../using-twistedweb>` and the API documentation. #. :doc:`Serving static content from a directory ` #. :doc:`Generating a page dynamically ` #. :doc:`Static URL dispatch ` #. :doc:`Dynamic URL dispatch ` #. :doc:`Error handling ` #. :doc:`Custom response codes ` #. :doc:`Handling POSTs ` #. :doc:`Other request bodies ` #. :doc:`rpy scripts (or, how to save yourself some typing) ` #. :doc:`Asynchronous responses ` #. :doc:`Asynchronous responses (via Deferred) ` #. :doc:`Interrupted responses ` #. :doc:`Logging errors ` #. :doc:`Access logging ` #. :doc:`WSGIs ` #. :doc:`HTTP authentication ` #. :doc:`Session basics ` #. :doc:`Storing objects in the session ` #. :doc:`Session endings `