Rocket/examples/config
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
..
src Implement an API to request a graceful shutdown. 2020-07-11 09:24:28 -07:00
tests Defer execution of operations on 'Rocket' until their effects will be 2020-07-11 09:24:29 -07:00
Cargo.toml Migrate all examples to Rust 2018. 2019-06-25 11:30:43 -07:00
Rocket.toml Add 'keep_alive' configuration parameter. 2018-02-17 04:06:05 -08:00