greim / hoxy

Web-hacking proxy API for node
http://greim.github.io/hoxy/
MIT License
597 stars 97 forks source link

Request specific error handling #78

Open bibhas2 opened 8 years ago

bibhas2 commented 8 years ago

I am using hoxy as a reverse proxy. Is there any way to attach an event handler to a request? Right now I am attaching an "error" event handler for the server. This seems to get called if hoxy has any trouble completing a request. But there's no way to know exactly which request had failed.

nerdbeere commented 8 years ago

This issue might be interesting for you: https://github.com/greim/hoxy/issues/69