1
0
Fork 0
mirror of https://github.com/tokio-rs/axum.git synced 2025-04-03 21:15:55 +02:00

Remove hyper-h1 and hyper-h2 features ()

This commit is contained in:
David Pedersen 2021-07-14 16:29:06 +02:00 committed by GitHub
parent 341ad61240
commit e641caefaf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 5 deletions

View file

@ -13,10 +13,8 @@ repository = "https://github.com/davidpdrsn/axum"
version = "0.1.0"
[features]
default = ["hyper-h1"]
default = []
ws = ["tokio-tungstenite", "sha-1", "base64"]
hyper-h1 = ["hyper/http1"]
hyper-h2 = ["hyper/http2"]
[dependencies]
async-trait = "0.1"

View file

@ -545,8 +545,6 @@
//! The following optional features are available:
//!
//! - `ws`: Enables WebSockets support.
//! - `hyper-h1`: Enables hyper's `http1` feature. On by default.
//! - `hyper-h2`: Enables hyper's `http2` feature.
//! - `headers`: Enables extracing typed headers via [`extract::TypedHeader`].
//!
//! [tower]: https://crates.io/crates/tower