Add 'Cookie' attribute to `{% response %}` template tag
This allow the user to pick the value of a specific cookie from a previous request, using request chaining to automatically re-send the request when it becomes stale.
Useful for certain APIs which for example requires a bearer token that is returned as a cookie.
Closes #5802
@filfreire anything I can do to help push this PR along?
@filfreire @mheap Hi again! Anything I can do to help in reviewing and merging this PR?
@filfreire @mheap Can you merge this feature?
@strokirk Thanks for PR!
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.
Closing as this can use the Response Header and then Set-Cookie attribute instead.