mirror of
https://github.com/tokio-rs/axum.git
synced 2024-12-28 07:20:12 +01:00
Mention tower-log
feature in docs
This commit is contained in:
parent
cb6f5b95b3
commit
0ab6ea6b6a
1 changed files with 1 additions and 0 deletions
|
@ -941,6 +941,7 @@
|
|||
//! - `ws`: Enables WebSockets support.
|
||||
//! - `headers`: Enables extracting typed headers via [`extract::TypedHeader`].
|
||||
//! - `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-http`]: https://crates.io/crates/tower-http
|
||||
|
|
Loading…
Reference in a new issue