|
Revision 664
(checked in by fumanchu, 3 years ago)
|
Docs: added a figure showing the HTTP conversation process.
|
| Line | |
|---|
| 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> |
|---|
| 18 |
</section> |
|---|