summaryrefslogtreecommitdiff
path: root/vendor/CherryPy-3.2.0/sphinx/source/progguide/index.rst
blob: 00494414334c35b9282192f4fd856ef793ac193f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
******************
Programmer's Guide
******************

When you build a web application, you need more than just headers and bodies.
Here are a number of discussions on how to add higher-level features to your
CherryPy application, and how to leverage some of the power of HTTP.

Features
========

.. toctree::
   :maxdepth: 2

   choosingtemplate
   Exceptions </refman/_cperror>
   files/index
   Logging </refman/_cplogging>
   responsetimeouts
   Sessions </refman/lib/sessions>
   extending/index


HTTP details
============

.. toctree::
   :maxdepth: 2

   cookies
   customheaders
   Request Bodies </refman/_cpreqbody>
   REST
   streaming