Add docs for verbose rule.

This commit is contained in:
Chris Dent
2015-04-28 11:42:38 +01:00
parent 75394fbf61
commit 5050b4de40

View File

@@ -46,6 +46,8 @@ these allow substitutions (explained below).
* ``ssl``: Make this request use SSL? Defaults to ``False``. This only
comes into play if the ``url`` does not provide a scheme (see
:doc:`host` for more info).
* ``verbose``: If ``True`` print a representation of the current
request and response to ``stdout``. Defaults to ``False``.
* ``redirects``: If ``True`` automatically follow redirects. Defaults
to ``False``.
* ``request_headers``: A dictionary of key-value pairs representing