.. |
config
|
Add 'Config::get_string' to retrieve 'String' from extras.
|
2017-10-05 15:46:40 -07:00 |
data
|
Initial implementation of typed URIs.
|
2017-09-14 22:10:25 -07:00 |
fairing
|
Fix incorrect handling of nested 'attach' calls.
|
2018-01-12 08:34:53 -08:00 |
http
|
Add 'application/vnd.api+json' as known media type.
|
2018-01-05 19:45:08 -08:00 |
local
|
Add 'LocalRequest::private_cookie()'.
|
2017-12-29 09:16:08 -08:00 |
request
|
Add 'Request::client_ip()' method.
|
2017-12-29 00:40:09 -08:00 |
response
|
Don't preallocate in 'Body.into_bytes()'.
|
2018-01-19 11:20:06 -08:00 |
router
|
Rename 'URI' to 'Uri'.
|
2017-09-14 22:13:07 -07:00 |
catcher.rs
|
Rename '#[error]' to '#[catch]', 'errors!' to 'catchers!'.
|
2017-09-22 19:04:14 -07:00 |
codegen.rs
|
Propogate route names through codegen to runtime.
|
2017-08-20 10:55:23 -07:00 |
error.rs
|
Propogate route names through codegen to runtime.
|
2017-08-20 10:55:23 -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-24 20:19:31 -07:00 |
lib.rs
|
Use correct rustdoc 'html_root_url'.
|
2017-11-22 10:58:20 -08: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-23 20:23:03 -08:00 |
rocket.rs
|
Remove superfluous logic in 'Rocket.write_response()'.
|
2018-01-19 11:23:13 -08:00 |