Commit ce2e1ee9 authored by Amos Latteier's avatar Amos Latteier

Added documentation for the request.text() method. Requested by Adreas Jung.

parent 660314d6
......@@ -205,8 +205,13 @@ class Request:
"""
def text():
"""
Returns information about the request as text. This is useful
for debugging purposes. The returned text lists form contents,
cookies, special variables, and evironment variables.
Permissions -- Always available
"""
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment