Rocket/lib/src/http
Sergio Benitez 4cab891fda Default session removal cookie path to '/'.
Fixes #295.
2017-05-19 03:46:19 -07:00
..
parse Handle specificity based preferences in Accept. Allow 3 decimals in q parameter. 2017-03-29 18:18:30 -07:00
accept.rs Initial implementation of fairings: structured middleware for Rocket. 2017-04-20 13:44:19 -07:00
content_type.rs Initial implementation of fairings: structured middleware for Rocket. 2017-04-20 13:44:19 -07:00
cookies.rs Initial session support. 2017-03-08 03:28:12 -08:00
header.rs Rename UncasedAscii and UncasedAsciiRef to Uncased and UncasedStr. 2017-03-30 15:38:51 -07:00
hyper.rs Return a `LaunchError` from `launch` when launching fails. 2017-03-15 22:10:09 -07:00
known_media_types.rs Initial implementation of content negotiation via `Accept`. 2017-03-29 04:08:53 -07:00
media_type.rs Initial implementation of fairings: structured middleware for Rocket. 2017-04-20 13:44:19 -07:00
method.rs Rename UncasedAscii and UncasedAsciiRef to Uncased and UncasedStr. 2017-03-30 15:38:51 -07:00
mod.rs Initial implementation of fairings: structured middleware for Rocket. 2017-04-20 13:44:19 -07:00
raw_str.rs Add RawStr::url_decode. 2017-03-30 18:15:15 -07:00
session.rs Default session removal cookie path to '/'. 2017-05-19 03:46:19 -07:00
status.rs Use pub(crate) to enforce doc(hidden). 2017-02-03 02:17:06 -08:00
uncased.rs Initial implementation of RawStr. 2017-03-30 17:56:24 -07:00
uri.rs Reclose connection on unread data. Minimum nightly is 1.19. 2017-05-13 02:00:35 -07:00