Closed
Description
This tracks the examples that haven't yet been updated to axum 0.7:
- rest-grpc-multiplex - Blocked. Requires tonic supporting http 1.0 (Upgrade to http 1.0 and axum 0.7 hyperium/tonic#1579)
- tls-graceful-shutdown - If we're using axum_server then its blocked but maybe it can be done using hyper directly. Not sure.
- tls-rustls - Blocked. Requires updating axum_server.
- reqwest-response
- http-proxy - Good to go, no blockers.
- reverse-proxy - No blockers. Can use hyper-util's legacy client.
- low-level-rustls - Fairly certain this one is good to go.
- low-level-openssl - Fairly certain this one is good to go.
- listen-multiple-addrs - Good to go, no blockers (claimed by @davidpdrsn)
- testing - No blockers. Can use hyper-util's legacy client (claimed by @davidpdrsn)
- unix-domain-socket - No blockers. Should be very similar to serve-with-hyper (claimed by @davidpdrsn)