Rocket/core/lib/src
2021-06-09 04:51:46 -07:00
..
catcher Check for trailing new lines in testing script. 2021-06-07 19:31:23 -07:00
config Allow customizing and removing 'Server' header. 2021-06-08 23:09:57 -07:00
data Allow customizing and removing 'Server' header. 2021-06-08 23:09:57 -07:00
fairing Drop 'Data' after sending a response, not before. 2021-06-08 13:26:16 -07:00
form Fix doc typo: "Contracting" -> "Constructing". 2021-06-08 23:13:03 -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: nonth -> nth. 2021-06-02 17:43:15 -07:00
response Ignore heartbeats in non-heartbeat SSE test. 2021-06-09 04:51:46 -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 a ton of broken links. 2021-06-09 04:51:46 -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 Allow customizing and removing 'Server' header. 2021-06-08 23:09:57 -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