.. |
config
|
Use 'debug_struct' to improve 'Config' 'Debug' impl.
|
2017-09-25 20:32:43 -07:00 |
data
|
Rename 'contrib::JSON' to 'contrib::Json'.
|
2017-07-12 15:11:41 -07:00 |
fairing
|
Fix incorrect handling of nested 'attach' calls.
|
2018-01-12 19:01:43 -08:00 |
http
|
Add WASM as known media type.
|
2018-04-03 20:55:31 -07:00 |
local
|
Indent comments to prevent being commonmark code blocks.
|
2017-09-25 20:32:43 -07:00 |
request
|
Fix minor typo in rustdocs: 'avaiable' -> 'available'.
|
2018-04-26 20:00:27 -07:00 |
response
|
Clarify that 'Err' response is not a 'Responder'.
|
2017-12-30 16:25:42 -08:00 |
router
|
Improve docstring for Collider impl for Route.
|
2018-04-03 20:55:31 -07:00 |
catcher.rs
|
Use correct response code in catcher rustdocs.
|
2018-04-26 20:00:23 -07:00 |
codegen.rs
|
Use MediaType instead of ContentType for Route format.
|
2017-03-28 00:12:59 -07:00 |
error.rs
|
Clean up LaunchError docs. Add Rocket::{config, routes} example.
|
2017-06-12 15:11:01 -07:00 |
ext.rs
|
Rename 'WeightedMediaType' to 'QMediaType'. More docs.
|
2017-06-22 04:29:59 -07:00 |
handler.rs
|
Move handler definitions to top of file.
|
2017-09-25 20:32:43 -07:00 |
lib.rs
|
Remove stabilized feature gates.
|
2018-04-03 20:55:31 -07:00 |
logger.rs
|
Enable ASCII escape sequences in Windows consoles.
|
2017-07-26 22:54:45 -04:00 |
outcome.rs
|
Add 'success_or' methods to 'Outcome'.
|
2017-12-30 16:25:46 -08:00 |
rocket.rs
|
Remove unsafe 'from_utf8_unchecked'.
|
2018-02-25 19:47:06 -08:00 |