Replace request with undici
kibertoad opened this issue · 3 comments
kibertoad commented
We should replace deprecated request
with undici
, which is by far the fastest HTTP client out there. See benchmarks: https://nodejs.medium.com/introducing-undici-4-1e321243e007
rudolfbyker commented
It might be useful to do this simultaneously with #251 because the node http module is where most of our callback entanglement lies.
kibertoad commented
@rudolfbyker Makes sense!
rudolfbyker commented
Replaced by #286