Rocket/core/lib
Sergio Benitez 9377af5978 Make real IP header configurable via 'ip_header'.
Adds an `ip_header` configuration parameter that allows modifying the
header Rocket attempts to use to retrieve the "real IP" address of the
client via `Request` methods like `client_ip()`. Additionally allows
disabling the use of any such header.
2023-03-20 12:57:21 -07:00
..
fuzz Migrate Rocket to Rust 2021 edition. 2022-04-19 18:35:38 -07:00
src Make real IP header configurable via 'ip_header'. 2023-03-20 12:57:21 -07:00
tests Make real IP header configurable via 'ip_header'. 2023-03-20 12:57:21 -07:00
Cargo.toml New version: 0.5.0-rc.2. 2022-05-09 06:32:46 -05:00
build.rs Migrate Rocket to Rust 2021 edition. 2022-04-19 18:35:38 -07:00