knutin / elli

Simple, robust and performant Erlang web server
MIT License
663 stars 79 forks source link

Better 4xx, 5xx responses #46

Open knutin opened 11 years ago

knutin commented 11 years ago

Elli could include a body in the 4xx and 5xx responses which contains a unique reference to that request. This reference could also be included in any log messages, for later correlation.

dvv commented 11 years ago

optional?

knutin commented 11 years ago

Yes, it could be optional. Maybe even implemented using a middleware.