Rocket/core/lib/src
Sergio Benitez 6ad14dc3f6 Takes URIs as 'TryInto<Origin>' in local client.
In particular, this allows passing in type-safe URIs constructed via the
'uri!' macro, which was not possible before.
2021-04-07 23:09:05 -07:00
..
config Remove 'attach' fairings. Add 'liftoff' fairings. 2021-04-07 23:09:00 -07:00
data Remove 'attach' fairings. Add 'liftoff' fairings. 2021-04-07 23:09:00 -07:00
fairing Remove 'attach' fairings. Add 'liftoff' fairings. 2021-04-07 23:09:00 -07:00
form Fix file name test for Windows. 2021-04-04 00:12:02 -07:00
local Takes URIs as 'TryInto<Origin>' in local client. 2021-04-07 23:09:05 -07:00
request Expose active 'Rocket' via 'Request::rocket()'. 2021-03-25 18:33:15 -07:00
response Reexport, implement 'Responder' for 'Either'. 2021-04-07 23:09:04 -07:00
router Introduce scoped catchers. 2021-03-28 13:57:33 -07:00
catcher.rs Introduce scoped catchers. 2021-03-28 13:57:33 -07:00
codegen.rs Track and log catcher names. 2021-03-15 02:27:53 -07:00
cookies.rs Fix all broken links. Update some outdated docs. 2021-03-19 18:09:13 -07:00
error.rs Introduce scoped catchers. 2021-03-28 13:57:33 -07:00
ext.rs UTF-8 routes. Forms revamp. Temp files. Capped. 2021-03-04 01:51:21 -08:00
handler.rs Catch panics that occur before future is returned. 2021-03-15 02:20:48 -07:00
lib.rs Reexport, implement 'Responder' for 'Either'. 2021-04-07 23:09:04 -07:00
logger.rs Test 'secret_key' validation, now on pre-launch. 2021-03-09 21:57:26 -08:00
outcome.rs Remove second lifetime from 'FromRequest'. 2021-03-14 19:57:59 -07:00
rocket.rs Remove 'attach' fairings. Add 'liftoff' fairings. 2021-04-07 23:09:00 -07:00
server.rs Remove 'attach' fairings. Add 'liftoff' fairings. 2021-04-07 23:09:00 -07:00
shutdown.rs Store full '&Rocket' in '&Request'. 2021-03-24 11:59:23 -07:00
state.rs Expose active 'Rocket' via 'Request::rocket()'. 2021-03-25 18:33:15 -07:00