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

Add support for HTTPS #65

Closed maks closed 6 months ago

maks commented 7 months ago

Adds HTTPS support to dhttpd.

Thanks to the original author of PR #32 that this is based on.

Fixes: #1

maks commented 6 months ago

@kevmoo when you get a chance, would you be able to approve running the workflows for this PR please.

kevmoo commented 6 months ago

@maks - still some tests to fix!

maks commented 6 months ago

@kevmoo I've pushed up a couple of commits that hopefully address the test failure and your feedback (thanks for looking at it so quickly!), when you get a chance could you kickoff the CI again (sigh not sure why Github is making you approve each run after you approved the first one on this PR).