~cbehrens/nova/lp844160-build-works-with-zones

« back to all changes in this revision

Viewing changes to vendor/Twisted-10.0.0/doc/web/howto/web-in-60/index.html

  • Committer: Jesse Andrews
  • Date: 2010-05-28 06:05:26 UTC
  • Revision ID: git-v1:bf6e6e718cdc7488e2da87b21e258ccc065fe499
initial commit

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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">
 
2
  <head>
 
3
<title>Twisted Documentation: Twisted.Web In 60 Seconds</title>
 
4
<link href="../stylesheet.css" rel="stylesheet" type="text/css"/>
 
5
  </head>
 
6
 
 
7
  <body bgcolor="white">
 
8
    <h1 class="title">Twisted.Web In 60 Seconds</h1>
 
9
    <div class="toc"><ol/></div>
 
10
    <div class="content">
 
11
 
 
12
<span/>
 
13
 
 
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
 
17
documentation.</p>
 
18
 
 
19
<ol>
 
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>
 
37
</ol>
 
38
 
 
39
</div>
 
40
 
 
41
    <p><a href="../index.html">Index</a></p>
 
42
    <span class="version">Version: 10.0.0</span>
 
43
  </body>
 
44
</html>
 
 
b'\\ No newline at end of file'