httpx
httpx copied to clipboard
Add support for providing already bound socket file descriptor
In some circumstances, the socket needs to be bound prior to calling the web server. This is necessary for example when the socket in inherited from the parent process and we need to listen to it.
Example case : systemd socket activation.