undici
undici copied to clipboard
An HTTP/1.1 client, written from scratch for Node.js
Relates to #958 Pendings: - [ ] Tests
On my way to close this https://github.com/nodejs/undici/issues/1173 Didn't know how to pass the request context to the Readable object, @mcollina obviously suggested to pass it on the constructor. :) Using...
Fixes: https://github.com/nodejs/undici/issues/1125#issuecomment-987724800
**WIP** - [x] PoC is working - [ ] unref session when 0 pending streams, ref on stream\ - [ ] ...
## This relates to... - #547 ## Rationale HTTP/2 support is one of the few things currently missing from Undici that sets it behind native Node `http`. ## Changes This...
## Bug Description Query parameter assertions have ordering significance. Objects do have key ordering significance, however query parameters should not. ## Reproducible By Consider this example: ```typescript mockAgent = new...
In node v17 (specifically https://github.com/nodejs/node/pull/39987), we switched the default ordering of dns entries to follow what the OS is providing us vs reordering to put IPv4 addresses always first. This...
Our `extractBody` method is missing support for parsing `multipart/form-data` responses.