-
Notifications
You must be signed in to change notification settings - Fork 68
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
TLS server support? #46
Comments
Good point! Perhaps the |
Seems like a good plan to me. I can work on an |
I wrote a server example for
|
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 thehyper
client and there is a link tohyper-tls
Similar to how
reqwest
is mentioned in thehyper
README.md
as a high-level easy-to-use wrapper over thehyper
client, is it intended for higher-level server frameworks likewarp
to be easy-to-use wrappers over thehyper
server that provide TLS? In which case how about linking to some or even to the Web Development Frameworks page on arewewebyet.orgWould you accept a PR for this?
The text was updated successfully, but these errors were encountered: