You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, the module only exposes the thunk wrapper. There's no handle for the consumer of this library to get ahold of the proxy instance so that something like the following can be done:
Just wanting to verify (and log) in a production environment the requests that are passing through the proxy. Not to mention, have some introspection into the requests that are being generated by the proxy and the responses that are being sent back through..
https://github.com/nodejitsu/node-http-proxy#listening-for-proxy-events
Right now, the module only exposes the thunk wrapper. There's no handle for the consumer of this library to get ahold of the proxy instance so that something like the following can be done:
The text was updated successfully, but these errors were encountered: