Rocket/lib/tests
Sergio Benitez 0d674c57fd Return `HeaderMap` from Response::headers(). Remove Response::header_values().
This is a breaking change. A call to `Response::headers()` can be
replaced with `Response::headers().iter()`. A call to
`Response::header_values()` can be replaced with
`Response::headers().get()`.
2017-04-14 01:21:06 -07:00
..
form_method-issue-45.rs Make 'cargo test' work without '--all-features'. 2017-01-05 14:51:00 -06:00
form_value_decoding-issue-82.rs Use 'ContentType::Plain' for 'String' responses. 2017-01-31 02:43:19 -08:00
head_handling.rs Return `HeaderMap` from Response::headers(). Remove Response::header_values(). 2017-04-14 01:21:06 -07:00
mount_point.rs Panic on illegal, dynamic mount points. 2016-12-17 10:51:44 -08:00
precise-content-type-matching.rs Precisely route formats. Make 'content_type' an 'Option' in 'Request'. 2017-02-01 03:12:24 -08:00
query-and-non-query-dont-collide.rs Ensure routes with and without query params don't collide. 2017-02-05 01:43:53 -08:00
redirect_from_catcher-issue-113.rs Return `HeaderMap` from Response::headers(). Remove Response::header_values(). 2017-04-14 01:21:06 -07:00
remote-rewrite.rs Expose the remote address via `remote()` in `Request`. 2017-01-13 07:50:51 -08:00
segments-issues-41-86.rs Make 'cargo test' work without '--all-features'. 2017-01-05 14:51:00 -06:00