jeremycw / httpserver.h

Single header library for writing non-blocking HTTP servers in C
MIT License
1.77k stars 142 forks source link

Optionally support HTTPS with libtls #13

Open jeremycw opened 4 years ago

jeremycw commented 4 years ago

I took a look at libtls and it seems like it shouldn't be too difficult to add HTTPS support with it. This will be disabled by default and available through a preprocessor define

shaylevi2 commented 3 years ago

Any advancement on this?

marcelofern commented 10 months ago

+1