Rocket/core/http
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
..
src Make real IP header configurable via 'ip_header'. 2023-03-20 12:57:21 -07:00
Cargo.toml Enable 'cookie' 'secure' feature conditionally. 2022-05-18 17:29:52 -07:00