Rocket/lib/src
Sergio Benitez 1f373cc83a Rename 'content_type' Route field to 'format'. 2016-12-30 20:15:28 -06:00
..
config Document config ParsingError. 2016-12-20 17:27:46 -08:00
data Fix broken links in docs. 2016-12-21 01:33:45 -08:00
http Add CSV as a known Content-Type. 2016-12-27 15:42:27 -06:00
request Ignore _method field in derived FromForm. 2016-12-26 02:41:57 -06:00
response Update NamedFile documentation. 2016-12-23 12:02:17 -08:00
router Rename 'content_type' Route field to 'format'. 2016-12-30 20:15:28 -06:00
catcher.rs Rework Request: add lifetime to future proof, remove unsafe. 2016-12-16 03:07:23 -08:00
codegen.rs Namespace HTTP-related type under `http`. 2016-10-03 17:09:13 -07:00
error.rs Document the Error type. 2016-11-03 19:00:52 +01:00
ext.rs Minor code improvements via clippy. 2016-12-17 09:18:30 -08:00
handler.rs Document Config. Cleaner lib/handler docs. 2016-12-19 16:51:59 -08:00
lib.rs Document Config. Cleaner lib/handler docs. 2016-12-19 16:51:59 -08:00
logger.rs Hide all of the logger macros, for now. 2016-11-04 15:38:06 +01:00
outcome.rs Fix typo in Outcome formatting: Succcess -> Success. 2016-12-25 21:37:06 -06:00
rocket.rs Ignore _method field in derived FromForm. 2016-12-26 02:41:57 -06:00
testing.rs Document default FromParam impls. 2016-12-23 02:39:34 -08:00