Commit Graph

  • 26b7b814f4 Progress on errors. Started Todo example. Sergio Benitez 2016-07-15 21:09:08 -0700
  • 5870c2fe92 Updated for latest Rust nightly. Sergio Benitez 2016-07-06 17:09:22 -0700
  • 9db5f5811f Fixed all valid Clippy warnings. Removed deprecated method call. Sergio Benitez 2016-04-22 19:48:03 -0700
  • d1a54e9c0e Remove unnecessary mut. Sergio Benitez 2016-04-11 04:02:39 -0700
  • b8b44a0594 Can now assign outcome to response. Route mismatches now forward. Sergio Benitez 2016-04-11 03:57:23 -0700
  • 3f2954ab5c Added Response::with_status. Using it for catchers. Sergio Benitez 2016-04-11 02:12:45 -0700
  • 0d3ef66774 Updates for latest Rust. Sergio Benitez 2016-04-11 01:18:42 -0700
  • 1ef7a15bab Working error handling! Not quite there yet though. Sergio Benitez 2016-04-06 13:50:02 -0700
  • 33c4d89614 Updated README. Sergio Benitez 2016-04-06 12:50:51 -0700
  • e00b1a535a Stricter error code checking. Sergio Benitez 2016-04-06 03:32:35 -0700
  • dc5ef6a421 Progress on error handling. Calling them 'catchers' for now. Sergio Benitez 2016-04-06 03:26:43 -0700
  • 6e3d23b5f0 Add that badge in. Sergio Benitez 2016-04-04 19:04:46 -0700
  • 0041724aa4 Slightly cleaner form exmaple. Sergio Benitez 2016-04-04 19:02:51 -0700
  • 2dbcfa10e3 Implemented FromFormValue for all of the FromStrs. Sergio Benitez 2016-04-04 04:19:07 -0700
  • d0dd49f98d Implemented FromForm derivation. Woo! Sergio Benitez 2016-04-04 04:14:18 -0700
  • b76dc137d3 Forgot to add the form file. Whoops. Sergio Benitez 2016-04-03 22:56:36 -0700
  • b7d22d58f7 Actually useful forms! Sergio Benitez 2016-04-03 22:41:31 -0700
  • 3e449d2fb9 Forms are now working! Sergio Benitez 2016-04-03 21:53:25 -0700
  • ba6caad7c8 A better README. Sergio Benitez 2016-04-03 04:28:09 -0700
  • 293159904f Fixed codegen to work with new API. Sergio Benitez 2016-04-03 04:25:37 -0700
  • 3dfa049a1a HRTB for the win! Manual routes example fully working. Sergio Benitez 2016-04-03 03:36:30 -0700
  • 72329a7145 Adding/removing TODOs. Sergio Benitez 2016-04-02 01:51:22 -0700
  • 416a18abf8 Added ranked routing. Sergio Benitez 2016-04-02 01:46:41 -0700
  • 69a19ccc7f Trying to clean up that ugly function... Sergio Benitez 2016-04-02 00:58:06 -0700
  • 5fb12485e8 Major refactoring. Merged two `Route` structure. Created `URI` and `URIBuf`. Sergio Benitez 2016-04-02 00:51:40 -0700
  • 50bc0d6999 Major refactoring. Sergio Benitez 2016-04-01 16:54:53 -0700
  • 6ba67ae79a Accidentally broke optional_result example. Now fixed. Sergio Benitez 2016-03-30 14:04:00 -0700
  • d477c18062 Major progress towards form support. Sergio Benitez 2016-03-30 01:02:21 -0700
  • fb8fdc3bc2 Cleaned up response -> split into files. Started form example. Sergio Benitez 2016-03-28 02:34:09 -0700
  • cddc92f870 Now support Result responses. Sergio Benitez 2016-03-22 17:16:17 -0700
  • 1e9c0789f6 Don't need the type since we use unwrap_or. Sergio Benitez 2016-03-22 16:28:45 -0700
  • 877b37c903 Polished examples directory. Fixed `File` response bug. Sergio Benitez 2016-03-22 16:27:12 -0700
  • 433a9119bd It works! Next steps: clean-up, error handling, docs. Sergio Benitez 2016-03-21 22:04:39 -0700
  • 5cdb645fc9 Routing is functional! Sort-of. Pretty console colors. Sergio Benitez 2016-03-21 02:22:22 -0700
  • b2fbf0d6bd Split up router file into multiple files. Route Collider for strings to Route. Sergio Benitez 2016-03-20 21:27:17 -0700
  • 3764afbf1e Cleaned up routing code. It's nearing completion! Sergio Benitez 2016-03-18 19:05:29 -0700
  • 40559736fc Cleaned up to get rid of warnings. Sergio Benitez 2016-03-17 20:37:34 -0700
  • e4ceabb0e0 Added a travis file. Sergio Benitez 2016-03-17 20:18:16 -0700
  • 782536e43f Updated README with more thorough example. Sergio Benitez 2016-03-17 19:56:23 -0700
  • 852120e23a Forgot a file, it seems. Sergio Benitez 2016-03-17 19:43:58 -0700
  • 2a58800b35 initial implementation of collision detection in routing. Sergio Benitez 2016-03-17 03:29:55 -0700
  • da2b0ed35a Somewhat good infrastructure for params and responses. Sergio Benitez 2016-03-17 01:57:04 -0700
  • c6e8cd47da Notes on a perhaps better Body. Sergio Benitez 2016-03-15 00:47:03 -0700
  • dcb150bde7 Something works! A simple hacked-up handler, that is. Sergio Benitez 2016-03-15 00:41:22 -0700
  • 4d4985a0e7 Update example. Sergio Benitez 2016-03-14 20:46:55 -0700
  • ad08fe1d04 Major changes. FN params are now being used! Woo! Sergio Benitez 2016-03-14 20:43:52 -0700
  • d5db70afc4 A small README. Because, why not? Sergio Benitez 2016-03-12 10:54:38 -0800
  • 2e2cc3c216 Rocket is almost operational! `routes!` macro complete. Sergio Benitez 2016-03-12 10:45:19 -0800
  • 967fcd26b2 Initial commit. Checking for method and path arguments in route. Not storing the info anywhere yet. Sergio Benitez 2016-03-07 11:28:04 -0800