villadora / express-http-proxy

Proxy middleware for express/connect
Other
1.22k stars 236 forks source link

Tracking the response time #508

Closed BasToTheMax closed 1 year ago

BasToTheMax commented 1 year ago

How can I track/get how long the proxy request took?

monkpow commented 1 year ago

A simple approach might be to use console.time. This library doesn't provide any specific timing mechanisms.