undici icon indicating copy to clipboard operation
undici copied to clipboard

An HTTP/1.1 client, written from scratch for Node.js

Results 379 undici issues
Sort by recently updated
recently updated
newest added

## 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...

good first issue
Docs

## Bug Description In `Pool` dispatcher `socketPath` option is not passed to the `connect` if `connect` is a function. ## Reproducible By ``` const dispatcher = new Agent ( {...

bug
good first issue

### 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...

bug
fetch

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

enhancement
fetch

Is there a reason that the release notes are empty?

bug

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.

semver-major

## 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...

enhancement