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

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

enhancement
Status: help-wanted

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

bug
good first issue

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

enhancement
good first issue

Our `extractBody` method is missing support for parsing `multipart/form-data` responses.

enhancement
Status: help-wanted
fetch