Add request url to template function request
Feature Request
For one of the APIs I use it is required to send some data SHA256 encoded in a header for authentication.
Would it be possible to add the request url and method to the request plugin?
I envision something like:
request.url.raw
request.url.htmlencoded
request.method
See first and second line in the screenshot below.