kettle11 / devserver

A simple HTTPS server for local development. Implemented in Rust.
zlib License
95 stars 15 forks source link

put https support behind a default feature #21

Closed rukai closed 2 years ago

rukai commented 2 years ago

This way we can avoid pulling in the TLS deps when we have no use for https.

kettle11 commented 2 years ago

Totally agree! I committed a fix.