kevmoo / dhttpd

A simple HTTP server that can serve up any directory, built with Dart.
https://pub.dev/packages/dhttpd
BSD 3-Clause "New" or "Revised" License
107 stars 30 forks source link

Support HTTPS #1

Closed Emasoft closed 6 months ago

Emasoft commented 10 years ago

This is a very cool lib, but a separate, HTTPS only, version of it would also be very useful. Not only as an handy tool to run local code from any folder, but also for didactic purposes. Security is hard to get right, especially in a post-Snowden world.

sethladd commented 10 years ago

Dart can do SSL out of the box, it's probably just a configuration issue with this little utility.

sethladd commented 9 years ago

patches most welcome