The guide doesn't mention TLS server support, which I would argue is an important feature for many users. I realise that third-party crates are required to support TLS with `hyper`, but how about linking to some of them or providing an example to make it a bit easier for new users to find? For comparison, TLS configuration is mentioned for the `hyper` client and there is a link to `hyper-tls` Similar to how `reqwest` is mentioned in the `hyper` `README.md` as a high-level easy-to-use wrapper over the `hyper` client, is it intended for higher-level server frameworks like `warp` to be easy-to-use wrappers over the `hyper` server that provide TLS? In which case how about linking to some or even to [the Web Development Frameworks page on arewewebyet.org](https://www.arewewebyet.org/topics/frameworks/) Would you accept a PR for this?