.. |
config
|
Add `get_slice` and `get_table` methods to `Config`.
|
2017-03-22 19:44:31 -07:00 |
data
|
Use pub(crate) to enforce doc(hidden).
|
2017-02-03 02:17:06 -08:00 |
http
|
Add webp, ttf, otf, woff, and woff2 as known Content-Types.
|
2017-02-17 19:13:45 -08:00 |
request
|
Cleanup request tests; move into separate file.
|
2017-03-22 19:44:31 -07:00 |
response
|
Add 'into_bytes' and 'into_inner' methods to Body.
|
2017-02-24 13:20:35 -08:00 |
router
|
Presort routes instead of sorting on each route.
|
2017-02-18 00:23:20 -08:00 |
catcher.rs
|
Use pub(crate) to enforce doc(hidden).
|
2017-02-03 02:17:06 -08: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
|
Fix IPv6 address parsing and validation.
|
2017-02-14 23:10:36 -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
|
Use `append_raw` to ensure all headers are set.
|
2017-02-22 11:25:30 -08:00 |
testing.rs
|
Silence warnings during testing.
|
2017-02-02 02:16:21 -08:00 |