Package: wnpp Severity: wishlist Owner: Jérémy Lal <kapo...@melix.org> X-Debbugs-Cc: debian-devel@lists.debian.org
* Package name : node-undici Version : 5.0.0 Upstream Author : Matteo Collina <he...@matteocollina.com> * URL : https://undici.nodejs.org * License : Expat Programming Lang: JavaScript Description : HTTP/1.1 client written from scratch for Node.js This module provides the Node.js core HTTP client, using WebAssembly to achieve performance and pluggability. It brings features like: - redirect support - native mocking layer using MockAgent - Client, Pool, Agent are unified by a Dispatcher API . Node.js is an event-based server-side JavaScript engine. This module is going to be a must-have for all HTTP clients that can run on js+wasm platforms, so it is best packaged separately, as intended by upstream Node.js. It also features a parser generator, javascript producing C, and the generated C compiled to WebAssembly.