Defining Client Middleware for Auth Headers in HTTP API
A qq about HTTP API: is there a way to define client middleware? Here's what I'm trying to achieve. I would like to implement some logic for generating auth headers for the client. To generate the headers, I need to have access to the
request object.