-
-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Labels
apiThis has to do with the Python API (view)This has to do with the Python API (view)delayedDelayed due to another issueDelayed due to another issuefeatureNew featureNew feature
Milestone
Description
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
Metadata
Metadata
Assignees
Labels
apiThis has to do with the Python API (view)This has to do with the Python API (view)delayedDelayed due to another issueDelayed due to another issuefeatureNew featureNew feature