Rocket/core/http/src
Sergio Benitez f6a7087c84 Graduate 'helmet' as 'shield' into core.
The 'SpaceHelmet' fairing is now called 'Shield'. It features the
following changes and improvements:

  * Headers which are now ignored by browsers are removed.
  * 'XssFilter' is no longer an on-by-default policy.
  * A new 'Permission' policy is introduced.
  * 'Shield' is attached to all 'Rocket' instances by default.
  * Default headers never allocate on 'Clone'.
  * Policy headers are rendered once and cached at start-up.
  * Improved use of typed URIs in policy types.
2021-05-22 11:01:00 -07:00
..
header Graduate 'helmet' as 'shield' into core. 2021-05-22 11:01:00 -07:00
parse Overhaul URI types, parsers, 'uri!' macro. 2021-05-19 18:47:11 -07:00
uri Remove use of unsafe in 'parse_owned()'. 2021-05-21 22:58:19 -07:00
docify.rs Split the 'http' module into its own 'rocket_http' crate. 2018-06-07 15:34:47 +02:00
ext.rs Impl 'IntoCollection' for '[T; N]'. 2021-05-22 11:01:00 -07:00
hyper.rs Update to 'tokio' 1.0, 'hyper' 0.14. 2021-01-13 15:22:16 -08:00
lib.rs Introduce 'RawStrBuf', use in 'Origin::map_path()'. 2021-04-07 23:09:05 -07:00
listener.rs Implement graceful shutdown. 2021-04-28 03:20:44 -07:00
method.rs UTF-8 routes. Forms revamp. Temp files. Capped. 2021-03-04 01:51:21 -08:00
raw_str.rs Overhaul URI types, parsers, 'uri!' macro. 2021-05-19 18:47:11 -07:00
status.rs Remove unused reason phrase in 'Status'. 2021-04-28 21:26:41 -07:00
tls.rs Implement graceful shutdown. 2021-04-28 03:20:44 -07:00