- [x] I have looked for existing issues (including closed) about this ## Feature Request ### Motivation `with_graceful_shutdown` has been removed in hyper 1.0, not there's no convenient way to do this with `axum::serve`. ### Proposal Adds a `with_graceful_shutdown` to axum. ### Alternatives Provide an example to use `hyper` connections directly: https://github.com/hyperium/hyper/pull/3303