Rocket/core/lib/src/response
Sergio Benitez 5a4e66ec43 Split 'rocket_contrib' into distinct crates.
This follows the completed graduation of stable contrib features into
core, removing 'rocket_contrib' in its entirety in favor of two new
crates. These crates are versioned independently of Rocket's core
libraries, allowing upgrades to dependencies without consideration for
versions in core libraries.

'rocket_dyn_templates' replaces the contrib 'templates' features. While
largely a 1-to-1 copy, it makes the following changes:

  * the 'tera_templates' feature is now 'tera'
  * the 'handlebars_templates' feature is now 'handlebars'
  * fails to compile if neither 'tera' nor 'handlebars' is enabled

'rocket_sync_db_pools' replaces the contrib 'database' features. It
makes no changes to the replaced features except that the `database`
attribute is properly documented at the crate root.
2021-05-24 22:57:51 -07:00
..
body.rs Revamp 'Response', 'Body' types. 2021-04-28 02:21:33 -07:00
content.rs Split 'rocket_contrib' into distinct crates. 2021-05-24 22:57:51 -07:00
debug.rs Move 'FileName', 'TempFile', 'NamedFile' to 'fs'. 2021-05-22 16:22:01 -07:00
flash.rs Rename 'Flash' 'name', 'msg' to 'kind', 'message'. 2021-04-07 23:09:05 -07:00
mod.rs Split 'rocket_contrib' into distinct crates. 2021-05-24 22:57:51 -07:00
redirect.rs Overhaul URI types, parsers, 'uri!' macro. 2021-05-19 18:47:11 -07:00
responder.rs Move 'FileName', 'TempFile', 'NamedFile' to 'fs'. 2021-05-22 16:22:01 -07:00
response.rs Remove unused reason phrase in 'Status'. 2021-04-28 21:26:41 -07:00
status.rs Doc 'form' items, 'async_test', private macros. 2021-04-28 02:21:30 -07:00
stream.rs Introduce async streams. 2021-04-28 04:01:02 -07:00