mirror of https://github.com/rwf2/Rocket.git
1ef7a15bab
A few important things needs to get this to be 'right': 1a. Have a way to return a response with a status code. 1b. Use that mechanism in the default catchers. 2. Automatically fill in that code from the #[error] handler. 3. Have a way for a responder to say if responding succeeded. 4. Try next highest ranking route if responding with one handler fails. |
||
---|---|---|
.. | ||
errors | ||
forms | ||
hello_person | ||
hello_world | ||
manual_routes | ||
optional_redirect | ||
optional_result | ||
redirect | ||
static_files |