Rocket/lib/tests
Sergio Benitez 41aecc3e7f Expose the remote address via `remote()` in `Request`.
This commit also includes the following changes:

  * `FromRequest` for `SocketAddr` implemented: extracts remote address.
  * All built-in `FromRequest` implementations are documented.
  * Request preprocessing overrides remote IP with value from X-Real-IP header.
  * `MockRequest` allows setting the remote address with `remote()`.

Resolves #38.
2017-01-13 07:50:51 -08: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 Make 'cargo test' work without '--all-features'. 2017-01-05 14:51:00 -06:00
head_handling.rs Make 'cargo test' work without '--all-features'. 2017-01-05 14:51:00 -06:00
mount_point.rs Panic on illegal, dynamic mount points. 2016-12-17 10:51:44 -08:00
redirect_from_catcher-issue-113.rs Don't overwrite catcher response status if it is set. 2017-01-06 01:32:43 -06: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