Rocket/lib/src
Sergio Benitez e6fa01607f Link to Stream in Responder docs. 2016-12-11 01:40:03 -08:00
..
config Fix the tests for latest changes. 2016-11-04 15:11:59 +01:00
data Fix data buffer indexing bug. Add from_request example. 2016-11-21 00:45:44 -08:00
http Document the content module, complete response documentation. 2016-11-03 18:54:37 +01:00
request HTML escape < in FromParam docs. 2016-12-10 17:41:44 -08:00
response Link to Stream in Responder docs. 2016-12-11 01:40:03 -08:00
router Document the Rocket type. Add expect method to Outcome. Add custom method to Rocket. 2016-11-04 14:35:04 +01:00
catcher.rs Further document the Catcher type. Register a catcher in the manual example. 2016-11-05 19:31:50 +01: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
lib.rs Document the Rocket type. Add expect method to Outcome. Add custom method to Rocket. 2016-11-04 14:35:04 +01:00
logger.rs Hide all of the logger macros, for now. 2016-11-04 15:38:06 +01:00
outcome.rs Remove with_status and StatusResponder in favor of status module. 2016-12-09 19:53:13 -08:00
rocket.rs Avoid double logger initialization by removing logger init in Rocket::custom. 2016-11-11 14:04:00 -08:00
testing.rs Add more testing module documentation. Fix test for latest nightly. 2016-10-31 10:21:19 +01:00