Rocket/lib/src
Sergio Benitez 129268506e Document Responder. Further document Flash. Implement Debug for most Responder types. 2016-11-03 15:09:01 +01:00
..
config Add URI::percent_decoding helper method. Safeguard Pathbuf FromSegments implementation. 2016-11-02 16:55:56 +01:00
data Document Responder. Further document Flash. Implement Debug for most Responder types. 2016-11-03 15:09:01 +01:00
http Fix codegen tests for new lib. Make UTF8 charset the default for text content types. 2016-11-02 17:39:41 +01:00
request Document the Failure and Flash responses. 2016-11-02 18:48:43 +01:00
response Document Responder. Further document Flash. Implement Debug for most Responder types. 2016-11-03 15:09:01 +01:00
router Move the data module into the top-level namespace. 2016-10-25 13:24:07 +02:00
catcher.rs Rename `data` to `content` in `response`. Remove `DataOutcome`. 2016-10-25 13:03:50 +02:00
codegen.rs Namespace HTTP-related type under `http`. 2016-10-03 17:09:13 -07:00
error.rs Allow error handlers to take 0, 1, or 2 parameters. 2016-10-04 15:05:25 -07:00
lib.rs Don't reexport IntoOutcome trait. 2016-10-25 13:39:31 +02:00
logger.rs Implement streaming requests. 2016-10-09 04:29:02 -07:00
outcome.rs Rename `data` to `content` in `response`. Remove `DataOutcome`. 2016-10-25 13:03:50 +02:00
rocket.rs Move the data module into the top-level namespace. 2016-10-25 13:24:07 +02:00
testing.rs Add more testing module documentation. Fix test for latest nightly. 2016-10-31 10:21:19 +01:00