Rocket/lib/src
2017-11-09 10:10:14 +01:00
..
config Add 'Config::get_string' to retrieve 'String' from extras. 2017-10-05 15:46:40 -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 Remove use of now unneeded 'AsciiExt' trait. 2017-11-09 10:10:14 +01: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 Use the 'response::Result' alias in all 'Responder' impls. 2017-09-21 18:49:28 -07:00
router Rename 'URI' to 'Uri'. 2017-09-14 22:13:07 -07:00
catcher.rs Rename '#[error]' to '#[catch]', 'errors!' to 'catchers!'. 2017-09-22 19:04:14 -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 Move handler definitions to top of file. 2017-09-24 20:19:31 -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 '#[error]' to '#[catch]', 'errors!' to 'catchers!'. 2017-09-22 19:04:14 -07:00