Tag: nodejs sessions

A better HTTP client for Node

June 17, 2021 By Mark Otto 0

Undici 4.0: An HTTP Client, Written from Scratch for Node — The goal of this project has been to replace Node’s core HTTP library with something faster, more scalable, and without the ‘fundamental design issues’ of the core API. v4 introduces redirect support, a faster…