Changeset 796
- Timestamp:
- 11/07/05 16:19:12
- Files:
-
- trunk/docs/book/xml/apireference.xml (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/docs/book/xml/apireference.xml
r781 r796 177 177 Instead, it should be used to determine which features are <emphasis>available</emphasis> 178 178 for the response. For example, an HTTP server may send an HTTP/1.1 response even though 179 the client is known to only understand HTTP/1.0 the response.version will be set to179 the client is known to only understand HTTP/1.0—the response.version will be set to 180 180 Version("1.0") to inform you of this, so that you (and CherryPy) can restrict the 181 181 response to HTTP/1.0 features only.</para> … … 280 280 <section> 281 281 <title>cherrypy.server.stop()</title> 282 <para>Stop the CherryPy Server. Well, "suspend" might be a better term this doesn't282 <para>Stop the CherryPy Server. Well, "suspend" might be a better term—this doesn't 283 283 terminate the process.</para> 284 284 </section>

