ZeroIntensity / view.py

The Batteries-Detachable Web Framework
https://view.zintensity.dev
MIT License
206 stars 15 forks source link

SSL #157

Open ZeroIntensity opened 3 months ago

ZeroIntensity commented 3 months ago

Feature description

view.py only supports serving HTTP servers, but at this day in age, nearly all servers deploy with SSL. Generally, the deployment service handles SSL, but since most ASGI servers support SSL via ssl.SSLContext, it could be something to think about implementing natively. I think #72 should get done first, though.

Feature example API

[server]
cert = "cert.pem"

Anything else?

No response