diff options
author | Remi Delon <rdelon@cherrypy.org> | 2006-02-16 12:00:48 +0000 |
---|---|---|
committer | Remi Delon <rdelon@cherrypy.org> | 2006-02-16 12:00:48 +0000 |
commit | 4551c9a73de46630885e5e40429ece78b5751091 (patch) | |
tree | ca9710084387dabbd05d0b007897b91f441104b3 /docs | |
parent | c3352012b60b16a860df6b0b64301cc65955fe57 (diff) | |
download | cherrypy-git-4551c9a73de46630885e5e40429ece78b5751091.tar.gz |
Renamed queryString into query_string
Diffstat (limited to 'docs')
-rw-r--r-- | docs/book/xml/apireference.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/book/xml/apireference.xml b/docs/book/xml/apireference.xml index 0b1c14d4..0a1c86e5 100644 --- a/docs/book/xml/apireference.xml +++ b/docs/book/xml/apireference.xml @@ -93,7 +93,7 @@ non-WSGI settings (i.e., running under _cphttpserver), it is absent.</para>
</section>
<section>
- <title>cherrypy.request.queryString</title>
+ <title>cherrypy.request.query_string</title>
<para>This attribute is a string containing the query string of the request (the part of
the URL following '?').</para>
</section>
@@ -471,7 +471,7 @@ requestLine. The default Request processor calls this function.</para>
</section>
<section>
- <title>parseQueryString(queryString, keep_blank_values=True)</title>
+ <title>parseQueryString(query_string, keep_blank_values=True)</title>
<para>Returns a dict of <code>{'key': 'value'}</code> pairs from an HTTP "key=value"
query string. Also handles server-side image map query strings. The default Request
processor calls this function.</para>
@@ -645,4 +645,4 @@ cherrypy.root = Root()</code></programlisting> response finalizing stage.</para>
</section>
</section>
-</section>
\ No newline at end of file +</section>
|