Download Install Tutorial Docs FAQ Tools WikiLicense Team IRC Planet Involvement Shop Book

Changeset 664

Show
Ignore:
Timestamp:
09/19/05 16:38:15
Author:
fumanchu
Message:

Docs: added a figure showing the HTTP conversation process.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/docs/book/xml/detailedoverview.xml

    r325 r664  
    1 <?xml version="1.0" encoding="utf-8"?> 
    2 <section xmlns:db="http://docbook.org/docbook-ng" 
    3          xmlns:xi="http://www.w3.org/2001/XInclude" 
    4          xmlns:xsl="http://www.w3.org/1999/XSL/Transform" 
    5          xml:id="detailedoverview"> 
    6   <title>Detailed overview of CherryPy</title> 
     1<?xml version="1.0" encoding="UTF-8"?> 
     2<section xmlns:db="http://docbook.org/docbook-ng" xmlns:xi="http://www.w3.org/2001/XInclude" 
     3         xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xml:id="detailedoverview"> 
     4    <title>Detailed overview of CherryPy</title> 
     5    <section> 
     6        <title>The HTTP conversation (request/response process)</title> 
     7        <para>CherryPy is designed to be deployed in a variety of environments, and therefore has a 
     8        number of layers involved in handling an HTTP request.</para> 
     9        <figure> 
     10            <title>The HTTP conversation</title> 
     11            <mediaobject> 
     12                <imageobject> 
     13                    <imagedata fileref="process.gif" /> 
     14                </imageobject> 
     15            </mediaobject> 
     16        </figure> 
     17    </section> 
    718</section> 

Hosted by WebFaction

Log in as guest/cpguest to create tickets