Skip to content
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

Add Guides #805

Closed
4 of 7 tasks
seanmonstar opened this issue May 24, 2016 · 5 comments
Closed
4 of 7 tasks

Add Guides #805

seanmonstar opened this issue May 24, 2016 · 5 comments
Labels
A-docs Area: documentation.
Milestone

Comments

@seanmonstar
Copy link
Member

seanmonstar commented May 24, 2016

Create a series of guides explaining different topics in hyper, along the lines of https://tokio.rs/docs/getting-started/tokio/

Some topics that seem like good ideas, though organization can be re-worked:

  • Server
    • Hello World
    • Echo
    • File Server/Reverse proxy?
    • Advanced specifics on server's Http, Service, and NewService
  • Client
    • Getting Started
    • Posting a Request Body
    • Configuration/Using TLS
@drusellers
Copy link

OMG YES

@seanmonstar seanmonstar changed the title Add a Client Guide Add Guides Feb 3, 2017
@pimeys
Copy link

pimeys commented Mar 7, 2017

I'd add "Stopping a server cleanly".

@seanmonstar
Copy link
Member Author

seanmonstar commented Mar 9, 2017

I actually wonder if some of the topics are too small (the routing guide I just wrote feels so tiny). Maybe instead, a list of sufficiently more complicated topics that explore all of the required topics, such as:

  1. hello world
  2. echo
  3. file serving

They would definitely cover all the original topics, but it may not be obvious from their titles?

@hjr3
Copy link
Contributor

hjr3 commented Mar 10, 2017

I think showing the examples is a good place to start. One of the more challenging things about understanding futures, tokio and hyper is context. Examples, such a hello world, show more of that context and give people a better chance of solving their problem.

I do think there is value in doing a deep-dives on a particular topic, but I think examples and spelunking through source is good enough until things really stabilize.

@seanmonstar
Copy link
Member Author

The docs that will exist for the v0.11 release are done. Clearly, there is always room for more, and better, docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-docs Area: documentation.
Projects
None yet
Development

No branches or pull requests

4 participants