You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Uvicorn supports binding to a UNIX domain socket via the uds option but asphalt-web does not expose it.
Is it possible to expose this?
Thanks!
The text was updated successfully, but these errors were encountered:
mvelbaum
changed the title
Expose uvicorn's --uds option to bind to a UNIX domain socket
Expose uvicorn's uds option to bind to a UNIX domain socket
Sep 8, 2024
In the upcoming major release (Asphalt 5), I've changed asphalt-web to use hypercorn instead of uvicorn because the latter does not support Trio. Check out the asphalt5 branch to see for yourself. If your request is still valid for hypercorn, I am favorable to adding it.
Hi,
Uvicorn supports binding to a UNIX domain socket via the
uds
option but asphalt-web does not expose it.Is it possible to expose this?
Thanks!
The text was updated successfully, but these errors were encountered: