szmarczak / http-timer

🕐 Performance timings for HTTP requests

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

http-timer with undici

skogs-pa opened this issue · comments

Question/guidance: I like to use this library with undici which unfortunately has no ClientRequest object that http-timer expects. Do you see any other way hooking into undici? Thanks

I believe undici will have its own timings logic. However, still, it should be possible to implement the timings via a custom Dispatcher.

Any hints on how to do this? 🙂