Rocket/core/lib/src
Sergio Benitez 6206a46222 Try to preserve header casing in HTTP/1.1.
Unfortunately, this doesn't actually do anything at the moment due to
what appears to be a bug in hyper.
2021-06-08 23:00:59 -07:00
..
catcher Check for trailing new lines in testing script. 2021-06-07 19:31:23 -07:00
config Allow non-breaking config additions. 2021-06-07 19:31:23 -07:00
data Drop 'Data' after sending a response, not before. 2021-06-08 13:26:16 -07:00
fairing Drop 'Data' after sending a response, not before. 2021-06-08 13:26:16 -07:00
form Drop 'Data' after sending a response, not before. 2021-06-08 13:26:16 -07:00
fs Drop 'Data' after sending a response, not before. 2021-06-08 13:26:16 -07:00
local Graduate contrib 'json' and 'msgpack' into core. 2021-05-22 11:01:00 -07:00
request Fix typo in 'Request' docs: no`n`th -> `n`th. 2021-06-02 17:43:15 -07:00
response Be even more tolerant in heartbeat testing. 2021-06-03 02:51:06 -07:00
route Drop 'Data' after sending a response, not before. 2021-06-08 13:26:16 -07:00
router Overhaul URI types, parsers, 'uri!' macro. 2021-05-19 18:47:11 -07:00
serde Drop 'Data' after sending a response, not before. 2021-06-08 13:26:16 -07:00
shield Fix typos throughout codebase. 2021-06-07 19:31:21 -07:00
cookies.rs Fix all broken links. Update some outdated docs. 2021-03-19 18:09:13 -07:00
error.rs Fix typos throughout codebase. 2021-06-07 19:31:21 -07:00
ext.rs Fix typos throughout codebase. 2021-06-07 19:31:21 -07:00
lib.rs Protect graceful shutdown against runaway I/O. 2021-05-31 23:47:52 -07:00
log.rs Initialize logger earlier to log more errors. 2021-06-02 17:25:07 -07:00
outcome.rs Drop 'Data' after sending a response, not before. 2021-06-08 13:26:16 -07:00
phase.rs Implement graceful shutdown. 2021-04-28 03:20:44 -07:00
rocket.rs Drop 'Data' after sending a response, not before. 2021-06-08 13:26:16 -07:00
sentinel.rs Discover sentinels in known type macros. 2021-06-03 19:31:30 -07:00
server.rs Try to preserve header casing in HTTP/1.1. 2021-06-08 23:00:59 -07:00
shutdown.rs Protect graceful shutdown against runaway I/O. 2021-05-31 23:47:52 -07:00
state.rs Retrieve managed state via a borrow: '&State<T>'. 2021-05-11 08:58:16 -05:00
trip_wire.rs Protect graceful shutdown against runaway I/O. 2021-05-31 23:47:52 -07:00