The current implementation doesn't expose the request context, meaning apps that are utilizing the middleware feature need to replicate the functionality in an external request framework if they are using endpoints not defined in the yaml file.
This PR exports request (the singleton instance) for sharing!
The current implementation doesn't expose the request context, meaning apps that are utilizing the middleware feature need to replicate the functionality in an external request framework if they are using endpoints not defined in the yaml file. This PR exports
request
(the singleton instance) for sharing!