mirror of
https://github.com/tokio-rs/axum.git
synced 2026-09-02 00:00:22 +02:00
Mention tower-log feature in docs
This commit is contained in:
@@ -941,6 +941,7 @@
|
|||||||
//! - `ws`: Enables WebSockets support.
|
//! - `ws`: Enables WebSockets support.
|
||||||
//! - `headers`: Enables extracting typed headers via [`extract::TypedHeader`].
|
//! - `headers`: Enables extracting typed headers via [`extract::TypedHeader`].
|
||||||
//! - `multipart`: Enables parsing `multipart/form-data` requests with [`extract::Multipart`].
|
//! - `multipart`: Enables parsing `multipart/form-data` requests with [`extract::Multipart`].
|
||||||
|
//! - `tower-log`: Enables `tower`'s `log` feature. Enabled by default.
|
||||||
//!
|
//!
|
||||||
//! [`tower`]: https://crates.io/crates/tower
|
//! [`tower`]: https://crates.io/crates/tower
|
||||||
//! [`tower-http`]: https://crates.io/crates/tower-http
|
//! [`tower-http`]: https://crates.io/crates/tower-http
|
||||||
|
|||||||
Reference in New Issue
Block a user