Changeset 753
- Timestamp:
- 10/26/05 16:16:03
- Files:
-
- branches/cherrypy-2.1/docs/book/xml/apireference.xml (modified) (1 diff)
- trunk/docs/book/xml/apireference.xml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/cherrypy-2.1/docs/book/xml/apireference.xml
r748 r753 109 109 <title>cherrypy.request.browserUrl</title> 110 110 <para>This attribute is a string containing the URL the client requested. By default, it 111 is equal to <code>request.base + request.path</code>.</para> 111 is equal to <code>request.base + request.path</code>, plus the querystring, if 112 provided.</para> 112 113 </section> 113 114 <section> trunk/docs/book/xml/apireference.xml
r748 r753 109 109 <title>cherrypy.request.browserUrl</title> 110 110 <para>This attribute is a string containing the URL the client requested. By default, it 111 is equal to <code>request.base + request.path</code>.</para> 111 is equal to <code>request.base + request.path</code>, plus the querystring, if 112 provided.</para> 112 113 </section> 113 114 <section>

