Eray Karatay
Eray Karatay
It means indefinite grace period. I will document it.
This is a rustls limitation rather than axum-server limitation.
Yes. I will restructure the tutorial, make it like rust [mdbook](https://github.com/rust-lang/mdBook) style and add much more content targeting beginners, intermediate and library developers.
> Any updates? smiley @erlangparasu I delayed it a bit because of life stuff. But I am back on track (hopefully). New tutorial which will use mdbook roughly looks like...
This feature makes sense but can't be done without sacrificing integration with axum. Currently, for axum to extract `SocketAddr`, `AddrStream` from hyper must be used (see [docs.rs](https://docs.rs/axum/latest/axum/extract/connect_info/trait.Connected.html) page). I have...
Depending on the (future) scope of `hyper-util`, it might not be necessary to continue this project if `hyper-util` covers all use cases. There might still be a gap for complete...
Check out `gh-pages` branch. It contains website source code. IIRC I found docsify dark theme on the internet somewhere.
Thanks for the suggestion. We are moving `Server` and bunch of other high level stuff to `hyper-util` crate. This would be a good addition for the new server.
@seanmonstar Auto connection PR needs to be merged first.
#124 closes this.