view.py icon indicating copy to clipboard operation
view.py copied to clipboard

SSL

Open ZeroIntensity opened this issue 1 year ago • 0 comments

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

ZeroIntensity avatar Mar 29 '24 14:03 ZeroIntensity