Use reqwest_middleware
lib to allow adding HTTP middleware.
#23516
Labels
custom runtime
A question or issue related to building a custom runtime
suggestion
suggestions for new features (yet to be agreed)
Hi, I was curious if there was interest to replace the
reqwest::Client
use in the codebase withreqwest_client::ClientWithMiddleware
too allow for adding things like tracing and other middleware analysis to Deno network requests. This is not from the position of an end user using Deno, I am using Deno as a Rust library. I'm looking to get better visibility into network requests and debugging of import requests.I am already doing this work, but wanted to see if it could be upstreamed. So far it doesn't seem too invasive.
Thanks!
The text was updated successfully, but these errors were encountered: