Rocket/examples
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
..
errors Progress on errors. Started Todo example. 2016-07-15 21:09:08 -07:00
extended_validation Progress on errors. Started Todo example. 2016-07-15 21:09:08 -07:00
forms Slightly cleaner form exmaple. 2016-04-04 19:02:51 -07:00
hello_person Polished examples directory. Fixed `File` response bug. 2016-03-22 16:27:12 -07:00
hello_world Polished examples directory. Fixed `File` response bug. 2016-03-22 16:27:12 -07:00
manual_routes HRTB for the win! Manual routes example fully working. 2016-04-03 03:36:30 -07:00
optional_redirect Fixed codegen to work with new API. 2016-04-03 04:25:37 -07:00
optional_result Accidentally broke optional_result example. Now fixed. 2016-03-30 14:04:00 -07:00
redirect Major refactoring. 2016-04-01 16:54:53 -07:00
static_files Now support Result responses. 2016-03-22 17:16:17 -07:00
todo Progress on errors. Started Todo example. 2016-07-15 21:09:08 -07:00