kemalcr / kemal

Fast, Effective, Simple Web Framework
https://kemalcr.com
MIT License
3.65k stars 189 forks source link

Set content type to text/html for 500 exceptions #616

Closed sdogruyol closed 3 years ago

sdogruyol commented 3 years ago

Description of the Change

Superseeds #610, thanks @mamantoha 🙏

Benefits

Most of the web frameworks (Spring Boot, Rails e.g) do this. With this we do have a common ground with major web frameworks.

Possible Drawbacks

None