This would solve...
I'm building a library similar to supertest, but on top of undici. As an advantage, I'd like point out that undici is faster than superagent (which supertest uses under the hood).
In my opinion, for this benchmark it makes sense to reside in undici's repo.
By the way, seems like superagent doesn't reuse established connections on purpose, so it'll be quite slow.
The implementation should look like...
Pull Request
This would solve...
I'm building a library similar to supertest, but on top of undici. As an advantage, I'd like point out that undici is faster than superagent (which supertest uses under the hood).
In my opinion, for this benchmark it makes sense to reside in undici's repo.
By the way, seems like superagent doesn't reuse established connections on purpose, so it'll be quite slow.
The implementation should look like...
Pull Request