Rocket/lib/src
Sergio Benitez c31ad28efc Add a 'Responder' impl for 'Vec<u8>'. 2017-09-21 18:48:39 -07:00
..
config Use '&*' instead of 'as_ref()' for 'String' to '&str' ref. 2017-09-07 16:55:38 -07:00
data Initial implementation of typed URIs. 2017-09-14 22:10:25 -07:00
fairing Clarify 'on_request' Fairing documentation. 2017-09-07 10:52:31 -07:00
http Add a 'Binary' media type for 'application/octet-stream'. 2017-09-21 18:46:48 -07:00
local Rename 'URI' to 'Uri'. 2017-09-14 22:13:07 -07:00
request Document 'FromParam' impl for 'Cow<str>'. 2017-09-15 02:47:29 -07:00
response Add a 'Responder' impl for 'Vec<u8>'. 2017-09-21 18:48:39 -07:00
router Rename 'URI' to 'Uri'. 2017-09-14 22:13:07 -07:00
catcher.rs Initial implementation of typed URIs. 2017-09-14 22:10:25 -07:00
codegen.rs Propogate route names through codegen to runtime. 2017-08-20 10:55:23 -07:00
error.rs Propogate route names through codegen to runtime. 2017-08-20 10:55:23 -07:00
ext.rs Rename 'WeightedMediaType' to 'QMediaType'. More docs. 2017-06-22 04:29:59 -07:00
handler.rs Initial cleanup of 'http' docs. Add 'handler::Outcome' docs. 2017-06-19 17:32:33 -07:00
lib.rs Remove 'drop_types_in_const' feature: stabilized. 2017-09-14 22:39:19 -07:00
logger.rs Enable ASCII escape sequences in Windows consoles. 2017-07-26 22:54:45 -04:00
outcome.rs Fix 'IntoOutcome' implementations for 'Option' and 'Result'. 2017-07-04 14:05:16 -07:00
rocket.rs Rename 'URI' to 'Uri'. 2017-09-14 22:13:07 -07:00