undici
undici copied to clipboard
An HTTP/1.1 client, written from scratch for Node.js
## This would solve... Hard to find an example of a proxy that works with undici fetch. Tried 3 different proxy servers in Node.js which all work with axios for...
## Bug Description In `Pool` dispatcher `socketPath` option is not passed to the `connect` if `connect` is a function. ## Reproducible By ``` const dispatcher = new Agent ( {...
### Version v22.6.0 ### Platform ```text Darwin MacBook-Pro-6.local 23.5.0 Darwin Kernel Version 23.5.0: Wed May 1 20:12:58 PDT 2024; root:xnu-10063.121.3~5/RELEASE_ARM64_T6000 arm64 ``` ### Subsystem http ### What steps will reproduce...
Currently, undici implements its own WPT runner. Like Deno, we should try to run the WPT one directly. https://web-platform-tests.org/running-tests/index.html https://github.com/denoland/deno/tree/main/tests/wpt
Hello, I'm experiencing a significant slowdown in request performance when using ProxyAgent with the undici library. The same requests without a proxy are much faster. Below are the details of...
Changes onHeaders and onComplete headers/trailers to always be a pre-parsed headers record.
## This would solve... **I want connectors in undici to be responsible for all connections to the destination server. This allows you to configure agents more flexibly.** ## The implementation...