Repository

nodejs/undici

An HTTP/1.1 client, written from scratch for Node.js
4985 349 49 835
  • 000
Similar to #2256 Sharing some internal code we have been using in case someone wants to work on it and add it as a util in undici. const assert = require('node:assert') const stream = require('node:stream') const { isReadableNodeStream } = require('../stream') const { parseHeaders } = require('../ht...