Closed
Description
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
, andNewService
- Client
- Getting Started
- Posting a Request Body
- Configuration/Using TLS