axum/src
Jonas Platte e41bac7f39
Expose hyper's http2 feature flag (#279)
* Order features alphabetically

… in Cargo.toml and crate docs.

* Improve ws feature docs

* Expose hyper's http2 feature flag
2021-08-27 08:58:50 +00:00
..
body Update StreamBody doc link (#253) 2021-08-24 07:58:35 +02:00
extract Add Send + Sync check to all services (#277) 2021-08-26 20:59:55 +02:00
handler Add Send + Sync check to all services (#277) 2021-08-26 20:59:55 +02:00
response Document how to implement IntoResponse for custom error type (#258) 2021-08-24 12:42:10 +02:00
routing Add Send + Sync check to all services (#277) 2021-08-26 20:59:55 +02:00
service Add Send + Sync check to all services (#277) 2021-08-26 20:59:55 +02:00
tests Add Send + Sync check to all services (#277) 2021-08-26 20:59:55 +02:00
body.rs Add StreamBody (#237) 2021-08-22 14:41:51 +02:00
buffer.rs Revert "Remove buffer from BoxRoute (#270)" (#273) 2021-08-26 14:11:38 +00:00
error.rs Remove tower from axum's public API (#229) 2021-08-21 15:01:30 +02:00
json.rs Remove tower from axum's public API (#229) 2021-08-21 15:01:30 +02:00
lib.rs Expose hyper's http2 feature flag (#279) 2021-08-27 08:58:50 +00:00
macros.rs Remove tower from axum's public API (#229) 2021-08-21 15:01:30 +02:00
util.rs Revert "Remove buffer from BoxRoute (#270)" (#273) 2021-08-26 14:11:38 +00:00