Rocket/examples/errors
Sergio Benitez 26b7b814f4 Progress on errors. Started Todo example.
The error function now takes in a "RoutingError" structure. The idea is that the
structure includes all of the information necessary for a user to processor the
error as they wish. This interface is very incomplete and may change. At a
minimum, the error structure should include:

  1) The request that failed.
  2) Why the request failed.
  3) The chain of attempted route matches, if any.
  4) Something else?
2016-07-15 21:09:08 -07:00
..
src Progress on errors. Started Todo example. 2016-07-15 21:09:08 -07:00
Cargo.toml Progress on error handling. Calling them 'catchers' for now. 2016-04-06 03:26:43 -07:00