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

See https://github.com/nodejs/undici/pull/3110 for details. Both should merge at the same time. ## This relates to... https://github.com/nodejs/undici/issues/3103 ## Rationale Add 5.x specific deployment logic to v5.x branch ## Changes Backport `release`...

Closes nodejs/undici#3103 ## This relates to... - https://github.com/nodejs/undici/issues/3042 - https://github.com/nodejs/undici/pull/3089 ## Rationale An issue was identified in the automatic release logic, where the changelog generation did not take multiple live...

Many web firewall applications like Cloudflare implemented new anti DDoS system based on TLS Fingerprinting, they are whitelisting of up-to-date browsers , we can not send http/s requests to servers...

enhancement

1. Reuse fetch optimization logic in core. 2. Avoid lowercasing.

While this is not breaking per se. It's pretty much unusable with existing handlers...

## Bug Description when you try to import `interceptors` in TS it complains ## Reproducible By `import {interceptors} from "undici"` within a TypeScript project ## Expected Behavior You should be...

bug

Given that this repo regularly has both 6.x and 5.x releases, and the 5.x branch gets significantly more traffic from npm, it would be best to extend the release workflows...

enhancement

## This would solve... As Node's release cycles are significantly longer than those of `undici`, it would be nice to be able to benefit from new features & fixes faster....

enhancement

## This would solve... undici is not compatible with other versions of itself, or Node's. If a library uses `undici`'s `fetch()` internally and the user of the library uses Node's...

enhancement
Docs

Obligatory issue. Also: If we have 100% test coverage, we could drop codecov.

enhancement