Rocket/examples
Jeb Rosen dea940c7a8 Defer execution of operations on 'Rocket' until their effects will be
observed.

This is a prerequisite for async on_attach fairings. 'Rocket' is now a
builder wrapper around the 'Manifest' type, with operations being
applied when needed by 'launch()', 'Client::new()', or 'inspect()'.
'inspect()' returns an '&Manifest', which now provides the methods that
could be called on an '&Rocket'.
2020-07-11 09:24:29 -07:00
..
config Defer execution of operations on 'Rocket' until their effects will be 2020-07-11 09:24:29 -07:00
content_types Upgrade to tokio 0.2.0. 2020-07-11 09:24:29 -07:00
cookies Defer execution of operations on 'Rocket' until their effects will be 2020-07-11 09:24:29 -07:00
errors Update for rust-lang/rust#64856. 2020-07-11 09:24:29 -07:00
fairings Defer execution of operations on 'Rocket' until their effects will be 2020-07-11 09:24:29 -07:00
form_kitchen_sink Implement an API to request a graceful shutdown. 2020-07-11 09:24:28 -07:00
form_validation Implement an API to request a graceful shutdown. 2020-07-11 09:24:28 -07:00
handlebars_templates Defer execution of operations on 'Rocket' until their effects will be 2020-07-11 09:24:29 -07:00
hello_2018 Implement an API to request a graceful shutdown. 2020-07-11 09:24:28 -07:00
hello_person Update for rust-lang/rust#64856. 2020-07-11 09:24:29 -07:00
hello_world Implement an API to request a graceful shutdown. 2020-07-11 09:24:28 -07:00
json Implement an API to request a graceful shutdown. 2020-07-11 09:24:28 -07:00
managed_queue Implement an API to request a graceful shutdown. 2020-07-11 09:24:28 -07:00
manual_routes Use 'async_trait' for 'Responder'. 2020-07-11 09:24:29 -07:00
msgpack Implement an API to request a graceful shutdown. 2020-07-11 09:24:28 -07:00
optional_redirect Implement an API to request a graceful shutdown. 2020-07-11 09:24:28 -07:00
pastebin Update for rust-lang/rust#64856. 2020-07-11 09:24:29 -07:00
query_params Update for rust-lang/rust#64856. 2020-07-11 09:24:29 -07:00
ranking Update for rust-lang/rust#64856. 2020-07-11 09:24:29 -07:00
raw_sqlite Implement an API to request a graceful shutdown. 2020-07-11 09:24:28 -07:00
raw_upload Implement an API to request a graceful shutdown. 2020-07-11 09:24:28 -07:00
redirect Implement an API to request a graceful shutdown. 2020-07-11 09:24:28 -07:00
request_guard Use 'async_trait' for 'FromRequest'. 2020-07-11 09:24:29 -07:00
request_local_state Defer execution of operations on 'Rocket' until their effects will be 2020-07-11 09:24:29 -07:00
session Use 'async_trait' for 'FromRequest'. 2020-07-11 09:24:29 -07:00
state Defer execution of operations on 'Rocket' until their effects will be 2020-07-11 09:24:29 -07:00
static_files Implement an API to request a graceful shutdown. 2020-07-11 09:24:28 -07:00
stream Upgrade to tokio 0.2.0. 2020-07-11 09:24:29 -07:00
tera_templates Defer execution of operations on 'Rocket' until their effects will be 2020-07-11 09:24:29 -07:00
testing Implement an API to request a graceful shutdown. 2020-07-11 09:24:28 -07:00
tls Implement an API to request a graceful shutdown. 2020-07-11 09:24:28 -07:00
todo Defer execution of operations on 'Rocket' until their effects will be 2020-07-11 09:24:29 -07:00
uuid Implement an API to request a graceful shutdown. 2020-07-11 09:24:28 -07:00