I have an API serving up images and the endpoint requires authentication. Currently it's basic auth and it'll be moving to token auth.
I'm curious if it would be possible to support generic request header parameters (probably through the initialization code, rather than directly in the template) when making the requests. I realize this is an edge case and you have dependencies on the networking libraries. Thanks for your time!