Rocket/lib/src/request
Sergio Benitez 7b48ca7103 Add optional input for IntoOutcome. Add mapper methods to Outcome.
This is a breaking change to `IntoOutcome`.

The MsgPack and JSON types now use `into_outcome` to generate the final
`Outcome` from their `FromData` implementations.

Resolves #98.
2017-04-18 21:56:21 -07:00
..
form Document size limits. 2017-04-18 00:36:39 -07:00
from_request.rs Add optional input for IntoOutcome. Add mapper methods to Outcome. 2017-04-18 21:56:21 -07:00
mod.rs Cleanup request tests; move into separate file. 2017-03-15 19:20:20 -07:00
param.rs Use the `RawStr` type for raw parameter strings. 2017-03-31 00:18:58 -07:00
request.rs Add Response::content_type() method. 2017-04-14 14:35:22 -07:00
state.rs Reorganize extra request state. Add 'accept' and 'accept_first' methods to Request. 2017-03-28 03:10:18 -07:00
tests.rs Don't use hyper directly in request tests. 2017-03-15 20:30:07 -07:00