-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Revamp the website guides #3411
Comments
@oddgrd curious what you think of this revamp? |
I think this is good! The 1.0 guides are definitely a bit sparse, and I think building up to a more complete project is a great way to tie it all together. I am a bit out of the loop, but last I checked the documentation for the new crates was quite sparse as well. As these guides are being written, several of which will use these crates, what is missing in them should also become apparent. As an aside, I have been wanting to learn more about proxies for a while now, so if I can find the time I would love to contribute to this effort! And finally, congratulations on the release! 🥳 |
Hi Sean. I saw the "Connectors, Pools, and HTTPS" section that you added to the Hyper/Client docs within the #1025 issue context. Good addition to the structure of the docs. I think that the same should be added to the Hyper/Server docs. Overall, we have 2 cases of Hyper usage with TLS.
No? |
There is no documentation that covers this https://github.com/hyperium/hyper/pull/2869/files |
Would really like to see example code that replaces this common pattern
|
The guides at https://hyper.rs/guides/1 could use a revamp. They don't explain nearly enough for someone trying to learn. It'd be good for them to be broken up by topic, but also be able to build up to something useful. Here's the outline of guides I've imagined:
hyper_util::rt::Tokio*
The text was updated successfully, but these errors were encountered: