feross / simple-get

Simplest way to make http get requests. Supports HTTPS, redirects, gzip/deflate, streams in < 100 lines
MIT License
401 stars 50 forks source link

From http client to undici? #64

Open alessioalex opened 3 years ago

alessioalex commented 3 years ago

Hi,

I was wondering if this module should begin to use https://npm.im/undici instead of the regular node http/s client.

LinusU commented 5 months ago

@alessioalex what would be the benefits of using undici instead of the regular node http/s client?