diff options
Diffstat (limited to 'docs/request_response.txt')
| -rw-r--r-- | docs/request_response.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/request_response.txt b/docs/request_response.txt index a004b99126..5b01fc3482 100644 --- a/docs/request_response.txt +++ b/docs/request_response.txt @@ -286,6 +286,10 @@ Methods .. _`cookie Morsel`: http://www.python.org/doc/current/lib/morsel-objects.html +``delete_cookie(key)`` + Deletes the cookie with the given key. Fails silently if the key doesn't + exist. + ``get_content_as_string(encoding)`` Returns the content as a Python string, encoding it from a Unicode object if necessary. |
