unosquare / embedio

A tiny, cross-platform, module based web server for .NET
http://unosquare.github.io/embedio
Other
1.47k stars 176 forks source link

add new HttpException.InternalServerError shortcut #378

Closed bufferUnderrun closed 5 years ago

bufferUnderrun commented 5 years ago

The 500 error code is used for server error. Useful when an exception is caught inside a WebApiController and then thrown as a 500 error.