Rocket/contrib/lib/tests
Sergio Benitez d89c7024ed Replace 'Manifest' with 'Cargo'.
This is largely an internal change. Prior to this commit, the 'Manifest'
type, now replaced with the 'Cargo' type, robbed responsibility from the
core 'Rocket' type. This new construction restores the previous
responsibility and makes it clear that 'Cargo' is _only_ for freezing,
and representing the stability of, Rocket's internal state.
2020-07-11 09:24:30 -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 Make 'Fairing::on_attach()' async. 2020-07-11 09:24:29 -07:00
helmet.rs Make 'Fairing::on_attach()' async. 2020-07-11 09:24:29 -07:00
static_files.rs Make 'Fairing::on_attach()' async. 2020-07-11 09:24:29 -07:00
templates.rs Replace 'Manifest' with 'Cargo'. 2020-07-11 09:24:30 -07:00