bartbutenaers / node-red-contrib-http-proxy

A Node-Red node to use Node-RED as a http proxy server, for redirecting http(s) requests
Apache License 2.0
8 stars 3 forks source link

Measure duration of proxy-response ? #4

Open ReinhardWalden opened 3 years ago

ReinhardWalden commented 3 years ago

Hi, is there any chance to measure the duration of the elapsed time when using the proxy node ? My goal is to report the response time of my flow (between receiving the HTTP request and returning the answer to the caller). I currently have no clue how to achieve that, since I have no hook after handing over the request to the proxy node.

thanks + best regards Reinhard