Rocket/lib/src
Sergio Benitez 1ef7a15bab Working error handling! Not quite there yet though.
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.
2016-04-06 13:50:02 -07:00
..
response Working error handling! Not quite there yet though. 2016-04-06 13:50:02 -07:00
router Forms are now working! 2016-04-03 21:53:25 -07:00
catcher.rs Working error handling! Not quite there yet though. 2016-04-06 13:50:02 -07:00
codegen.rs Progress on error handling. Calling them 'catchers' for now. 2016-04-06 03:26:43 -07:00
error.rs Actually useful forms! 2016-04-03 22:41:31 -07:00
form.rs Implemented FromFormValue for all of the FromStrs. 2016-04-04 04:19:07 -07:00
lib.rs Progress on error handling. Calling them 'catchers' for now. 2016-04-06 03:26:43 -07:00
method.rs Major refactoring. 2016-04-01 16:54:53 -07:00
param.rs Implemented FromFormValue for all of the FromStrs. 2016-04-04 04:19:07 -07:00
request.rs Forms are now working! 2016-04-03 21:53:25 -07:00
rocket.rs Working error handling! Not quite there yet though. 2016-04-06 13:50:02 -07:00