Rocket/core/lib/src
Sergio Benitez 76ec847a58 Use 'RelativePathBuf' as 'Config.temp_dir' type.
This makes a relative 'temp_dir' declared in a config file relative to
the config file itself.
2021-06-25 11:42:49 -07:00
..
catcher Check for trailing new lines in testing script. 2021-06-07 19:31:23 -07:00
config Use 'RelativePathBuf' as 'Config.temp_dir' type. 2021-06-25 11:42:49 -07:00
data Fix a word in the 'Data::peek' docs: 'max' -> 'min'. 2021-06-14 19:36:03 -07:00
fairing New version: 0.5.0-rc.1. 2021-06-09 09:52:37 -07:00
form New version: 0.5.0-rc.1. 2021-06-09 09:52:37 -07:00
fs Use 'RelativePathBuf' as 'Config.temp_dir' type. 2021-06-25 11:42:49 -07:00
local Drop sender to prevent async client read deadlock. 2021-06-25 09:27:36 -07:00
request New version: 0.5.0-rc.1. 2021-06-09 09:52:37 -07:00
response Fix Responder documentation: remove an outdated reference to 'Future'. 2021-06-17 17:20:04 -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 New version: 0.5.0-rc.1. 2021-06-09 09:52:37 -07:00
shield New version: 0.5.0-rc.1. 2021-06-09 09:52:37 -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 New version: 0.5.0-rc.1. 2021-06-09 09:52:37 -07:00
log.rs Always disable colors if requested or unavailable. 2021-06-25 09:08:49 -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 Use 'RelativePathBuf' as 'Config.temp_dir' type. 2021-06-25 11:42:49 -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