axum-v0.7.3
版本发布时间: 2023-12-30 00:49:21
tokio-rs/axum最新发布版本:axum-v0.7.5(2024-03-25 03:19:08)
-
added:
Body
implementsFrom<()>
now (#2411) - change: Update version of multer used internally for multipart (#2433)
- change: Update tokio-tungstenite to 0.21 (#2435)
-
added: Enable
tracing
feature by default (#2460) -
added: Support graceful shutdown on
serve
(#2398) -
added:
RouterIntoService
implementsClone
(#2456)