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

Changeset 753

Show
Ignore:
Timestamp:
10/26/05 16:16:03
Author:
fumanchu
Message:

Docs: browserUrl also contains querystring if present.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/cherrypy-2.1/docs/book/xml/apireference.xml

    r748 r753  
    109109            <title>cherrypy.request.browserUrl</title> 
    110110            <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> 
    112113        </section> 
    113114        <section> 
  • trunk/docs/book/xml/apireference.xml

    r748 r753  
    109109            <title>cherrypy.request.browserUrl</title> 
    110110            <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> 
    112113        </section> 
    113114        <section> 

Hosted by WebFaction

Log in as guest/cpguest to create tickets