Luukdegram / apple_pie

Basic HTTP server implementation in Zig
MIT License
163 stars 21 forks source link

Is it possible to support https in apple pie? #75

Open heibor opened 2 years ago

heibor commented 2 years ago

Is it possible to support https protocol in apple pie?

Luukdegram commented 2 years ago

HTTPS isn't something I'm planning on supporting directly. If you require https, I suggest to use a proxy server and rerouting all traffic from there through Apple Pie.

heibor commented 2 years ago

Maybe https could be useful in an embedded system, hopefully someday https can be an optional feature of apple_pie.

nektro commented 2 years ago

its out of scope for an http server