http.zig icon indicating copy to clipboard operation
http.zig copied to clipboard

HTTPS

Open arshidkv12 opened this issue 6 months ago • 3 comments

Does it support HTTPS?

arshidkv12 avatar Aug 18 '25 12:08 arshidkv12

No. I think if we see a tls.Server implementation ever come to the stdlib, I'd do it. There's currently only a tls.Client.

karlseguin avatar Aug 18 '25 14:08 karlseguin

there is a TLS package that has a TLS server implemented

https://github.com/ianic/tls.zig

mrtowers avatar Oct 15 '25 16:10 mrtowers

Thank you. Please review https://github.com/mailmug/zentropy

arshidkv12 avatar Oct 15 '25 16:10 arshidkv12