tomaka / rouille

Web framework in Rust
Apache License 2.0
1.12k stars 106 forks source link

Ssl server #257

Open gwbres opened 2 years ago

gwbres commented 2 years ago

Hello @tomaka @bradfier,

I added two simple macros, in similar fashion as start_server but with an extra local SSL context, so we can deploy an HTTPS server easily

jancha commented 6 days ago

This would be a great addition.