Rocket/lib
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
..
src Expose the remote address via `remote()` in `Request`. 2017-01-13 07:50:51 -08:00
tests Expose the remote address via `remote()` in `Request`. 2017-01-13 07:50:51 -08:00
Cargo.toml Add workers config parameter. 2017-01-12 02:38:14 -08:00