undici
undici copied to clipboard
An HTTP/1.1 client, written from scratch for Node.js
## This would solve... Something that node-fetch have had is the possibility to avoid decompressing the body while also sending out `accept-encoding`. why would this be useful? if you make...
## Bug Description We are using `abort-controller` from npm in our codebase with undici. undici fails with: ``` TypeError: AbortSignal: Expected [object AbortSignal] to be an instance of AbortSignal. ```...
Implementation-wise, do we really need to make a copy?
Similar to https://github.com/nodejs/undici/blob/main/lib/agent.js#L10=
This fixes #1414 #1412 #1490 From [RFC 7230 3.3.3](https://www.rfc-editor.org/rfc/rfc7230#section-3.3.3) ``` Otherwise, this is a response message without a declared message body length, so the message body length is determined by...
- [x] Since we follow the conventional commit workflow(s) in this repository, it'd be a nice feature of performing the publishing of packages, generation of changelog & releases in an...
This adds a plugin system that allows decorators to be added to the DispatchHandler as part of a pipeline. I expect to see in future plugins such as (but not...
Refs: #1011 `undici.request` accepts `path` option but the type definition omits `path`. POC: https://github.com/is2ei/POC-nodejs-undici-1011 code: https://github.com/nodejs/undici/blob/d7eac3e4e57c387bfd954da7a28e84138c243d4c/index.js#L63-L75
This PR adds support for file urls in fetch refs: https://github.com/nodejs/node/issues/42003 According to the fetch spec, file urls are "left as an exercise for the reader." https://fetch.spec.whatwg.org/#scheme-fetch