Support graceful shutdown on serve (#2398)

This commit is contained in:
David Pedersen
2023-12-29 11:17:58 +00:00
committed by GitHub
parent 56159b0d4e
commit 12e8c6219d
8 changed files with 249 additions and 139 deletions
@@ -14,5 +14,5 @@ error[E0277]: the trait bound `String: FromRequestParts<S>` is not satisfied
<axum::http::request::Parts as FromRequestParts<S>>
<Uri as FromRequestParts<S>>
<Version as FromRequestParts<S>>
<ConnectInfo<T> as FromRequestParts<S>>
<Extensions as FromRequestParts<S>>
and $N others