undici
undici copied to clipboard
An HTTP/1.1 client, written from scratch for Node.js
it has been failing consistently, ie https://github.com/nodejs/undici/actions/runs/11329027907/job/31503604247?pr=3423
Would be nice to get a v6 release out. Here is the workflow I have received to do this: 1. change to the v6.x branch 2. bump the version on...
I am too lazy to build with without-ssl flag locally. I think the values we destructure when importing http2 are not critical. more critical is, that http2.connect is not replaced...
## This relates to... https://github.com/nodejs/undici/pull/3562#discussion_r1797639287 ## Status - [x] I have read and agreed to the [Developer's Certificate of Origin][cert] - [x] Tested - [x] Benchmarked (**optional**) - [ ]...
## This relates to... Step 14 in WHATWG fetch specification https://fetch.spec.whatwg.org/#http-network-or-cache-fetch, added in https://github.com/whatwg/fetch/pull/1576 ## Changes Sends 'sec-purpose' header for prefetch requests as per WHATWG fetch specification ### Features N/A...
## This relates to... * Comment https://github.com/nodejs/undici/pull/3695#pullrequestreview-2350953699 * Fetch spec https://fetch.spec.whatwg.org/#concept-headers-append ## Changes Documents why undici fetch does not support forbidden header names ### Features N/A ### Bug Fixes N/A...
This adds a workflow, which we also use in fastify. Benefit is, that pull requests can be implicitly marked as fix or fix! and thus makes it easier to decide...
All the consume functions are actually processing the internal state of the BodyReadable indicating that they should be private methods and not standalone functions.
## This would solve... Hi! In [Interceptors](https://github.com/mswjs/interceptors), we are looking at improving the compatibility of response handling for mocked responses. As a part of that effort, we'd like to produce...
## Bug Description type undici.Response cannot be assigned to type Response so that module authors can use globally available `Response` as a type but users may use `undici` as the...