mirror of
https://github.com/tokio-rs/axum.git
synced 2024-12-29 07:48:39 +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.
|
//! - `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
|
||||||
|
|
Loading…
Reference in a new issue