Rocket/contrib/lib/tests
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
..
static Implement a 'StaticFiles' custom handler in contrib. 2018-08-13 02:17:50 -07:00
templates Fix normalization and Windows issues. 2018-10-24 00:01:56 -07:00
compress_responder.rs.disabled Re-enable the entire test suite: 2020-07-11 09:24:28 -07:00
compression_fairing.rs.disabled Re-enable the entire test suite: 2020-07-11 09:24:28 -07:00
databases.rs Defer execution of operations on 'Rocket' until their effects will be 2020-07-11 09:24:29 -07:00
helmet.rs Revamp testing system for async. 2020-07-11 09:24:28 -07:00
static_files.rs Re-enable the entire test suite: 2020-07-11 09:24:28 -07:00
templates.rs Defer execution of operations on 'Rocket' until their effects will be 2020-07-11 09:24:29 -07:00