1
<?xml version="1.0" encoding="utf-8"?><!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Transitional//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd'><html lang="en" xmlns="http://www.w3.org/1999/xhtml">
3
<title>Twisted Documentation: Twisted.Web In 60 Seconds</title>
4
<link href="../stylesheet.css" rel="stylesheet" type="text/css"/>
8
<h1 class="title">Twisted.Web In 60 Seconds</h1>
9
<div class="toc"><ol/></div>
14
<p>This set of examples contains short, complete applications of
15
<code class="API"><a href="http://twistedmatrix.com/documents/10.0.0/api/twisted.web.html" title="twisted.web">twisted.web</a></code>. For subjects not covered here, see
16
the <a href="../using-twistedweb.html" shape="rect">Twisted Web tutorial</a> and the API
20
<li><a href="static-content.html" shape="rect">Serving static content from a directory</a></li>
21
<li><a href="dynamic-content.html" shape="rect">Generating a page dynamically</a></li>
22
<li><a href="static-dispatch.html" shape="rect">Static URL dispatch</a></li>
23
<li><a href="dynamic-dispatch.html" shape="rect">Dynamic URL dispatch</a></li>
24
<li><a href="error-handling.html" shape="rect">Error handling</a></li>
25
<li><a href="custom-codes.html" shape="rect">Custom response codes</a></li>
26
<li><a href="handling-posts.html" shape="rect">Handling POSTs</a></li>
27
<li><a href="rpy-scripts.html" shape="rect">rpy scripts (or, how to save yourself some typing)</a></li>
28
<li><a href="asynchronous.html" shape="rect">Asynchronous responses</a></li>
29
<li><a href="asynchronous-deferred.html" shape="rect">Asynchronous responses (via Deferred)</a></li>
30
<li><a href="interrupted.html" shape="rect">Interrupted responses</a></li>
31
<li><a href="logging-errors.html" shape="rect">Logging errors</a></li>
32
<li><a href="wsgi.html" shape="rect">WSGIs</a></li>
33
<li><a href="http-auth.html" shape="rect">HTTP authentication</a></li>
34
<li><a href="session-basics.html" shape="rect">Session basics</a></li>
35
<li><a href="session-store.html" shape="rect">Storing objects in the session</a></li>
36
<li><a href="session-endings.html" shape="rect">Session endings</a></li>
41
<p><a href="../index.html">Index</a></p>
42
<span class="version">Version: 10.0.0</span>
b'\\ No newline at end of file'