You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Undici is a built from scratch http client that doesn't use Node's standard http lib. It has has shown to be very performant. Has this been looked at and any plans to implement an adapter?
We're using Undici in a project I'm working on. We're in need of this in the short term, so I'm thinking of writing this adapter myself. If anyone is already working on it, or took a look at it, please let me know.
I tried creating the Undici adapter, but the standard mocking tools for Undici don't support asynchronous callbacks. I created an issue, but for now we will be moving away from Undici so we can use Polly.JS with a regular Node HTTP library.
Description
Undici is a built from scratch http client that doesn't use Node's standard http lib. It has has shown to be very performant. Has this been looked at and any plans to implement an adapter?
Relevant Links
The text was updated successfully, but these errors were encountered: