Rocket/core
Sergio Benitez 68b244ebdc Forward catcher, handler failure to 500 catcher.
This changes core routing so that panics in all handlers are handled by
emitting a long message explaining that panics are bad and invoking the
500 error catcher. If the 500 error catcher fails, Rocket's default 500
catcher is used.
2021-03-06 01:39:31 -08:00
..
codegen Allow multiple and uncased field renamings. 2021-03-05 18:09:12 -08:00
http Use 'UriPart::Kind' to avoid unreachable match arms. 2021-03-04 02:48:07 -08:00
lib Forward catcher, handler failure to 500 catcher. 2021-03-06 01:39:31 -08:00