mirror of
https://github.com/tokio-rs/axum.git
synced 2024-11-21 14:46:32 +01:00
chore: update feature flag description (#2480)
This commit is contained in:
parent
71eedc6d6c
commit
ae244b1eb1
1 changed files with 1 additions and 1 deletions
|
@ -340,7 +340,7 @@
|
|||
//! `original-uri` | Enables capturing of every request's original URI and the [`OriginalUri`] extractor | Yes
|
||||
//! `tokio` | Enables `tokio` as a dependency and `axum::serve`, `SSE` and `extract::connect_info` types. | Yes
|
||||
//! `tower-log` | Enables `tower`'s `log` feature | Yes
|
||||
//! `tracing` | Log rejections from built-in extractors | No
|
||||
//! `tracing` | Log rejections from built-in extractors | Yes
|
||||
//! `ws` | Enables WebSockets support via [`extract::ws`] | No
|
||||
//! `form` | Enables the `Form` extractor | Yes
|
||||
//! `query` | Enables the `Query` extractor | Yes
|
||||
|
|
Loading…
Reference in a new issue