Add a docs for $COOKIE
There's only a very small amount here. In part this is because the feature is small but also because the use cases are not super clear.
This commit is contained in:
parent
00c119241b
commit
1947ce952a
@ -211,6 +211,9 @@ processed in the order given.
|
||||
string value of the environment variable is ``"True"`` or
|
||||
``"False"`` then the resulting value will be the corresponding
|
||||
boolean, not a string.
|
||||
* ``$COOKIE``: All the cookies set by any ``Set-Cookie`` headers in
|
||||
the prior response, including only the cookie key and value pairs
|
||||
and no metadata (e.g. ``expires`` or ``domain``).
|
||||
* ``$LAST_URL``: The URL defined in the prior request, after
|
||||
substitutions have been made.
|
||||
* ``$LOCATION``: The location header returned in the prior response.
|
||||
|
Loading…
x
Reference in New Issue
Block a user