Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not Found Handler #333

Closed
wants to merge 1 commit into from
Closed

Not Found Handler #333

wants to merge 1 commit into from

Conversation

breck7
Copy link

@breck7 breck7 commented Nov 13, 2012

What happens when a request comes to the server that does not match a host in the proxy table? Right now, it always responds with a 404.

I added the ability to define a custom function to fire to handle these events.

Please let me know if you think this is an improvement and if you need any tests or formatting changes to include it.

Thanks,
Breck

Added the ability to use a custom function to fire when a request does not match any of the routes in the proxy table.
@trusktr
Copy link

trusktr commented Jan 31, 2013

This would be nice to add.

@indexzero indexzero closed this in 3130665 Mar 9, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants