Available on crate feature catch-panic only.
Expand description

Catch panic middleware

Structs

  • This middleware catches panics and write 500 INTERNAL SERVER ERROR into response. This middleware should be used as the first middleware.