.. |
config
|
Add get_slice and get_table methods to Config .
|
2017-03-08 15:31:43 -08:00 |
data
|
Use pub(crate) to enforce doc(hidden).
|
2017-02-03 02:17:06 -08:00 |
http
|
Add MsgPack implementation to contrib.
|
2017-03-08 15:12:00 -08:00 |
request
|
Cleanup request tests; move into separate file.
|
2017-03-15 19:20:20 -07:00 |
response
|
Add MsgPack implementation to contrib.
|
2017-03-08 15:12:00 -08:00 |
router
|
Presort routes instead of sorting on each route.
|
2017-02-18 00:23:20 -08:00 |
catcher.rs
|
Update Catcher example: returns Status::NotFound on 404.
|
2017-03-15 19:39:22 -07:00 |
codegen.rs
|
Namespace HTTP-related type under http .
|
2016-10-03 17:09:13 -07:00 |
error.rs
|
Document the Error type.
|
2016-11-03 19:00:52 +01:00 |
ext.rs
|
Minor code improvements via clippy.
|
2016-12-17 09:18:30 -08:00 |
handler.rs
|
Document Config. Cleaner lib/handler docs.
|
2016-12-19 16:51:59 -08:00 |
lib.rs
|
Update to cookie 0.7. Use 256-bit session_keys.
|
2017-03-07 01:19:06 -08:00 |
logger.rs
|
Override config parameters via environment variables.
|
2017-01-14 07:55:08 -08:00 |
outcome.rs
|
Use pub(crate) to enforce doc(hidden).
|
2017-02-03 02:17:06 -08:00 |
rocket.rs
|
Capitalize Rocket in Server response header.
|
2017-03-08 15:08:50 -08:00 |
testing.rs
|
Add MsgPack implementation to contrib.
|
2017-03-08 15:12:00 -08:00 |