httpx icon indicating copy to clipboard operation
httpx copied to clipboard

Add support for providing already bound socket file descriptor

Open mildred opened this issue 2 years ago • 0 comments

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.

mildred avatar Aug 17 '22 20:08 mildred