ServerListenOptions#

class ServerListenOptions#

Options to pass to listen, etc.

IPV4_ONLY and IPV6_ONLY only make sense with listen_all and listen_local, not plain listen (which simply listens on whatever kind of socket you give it). And you cannot specify both of them in a single call.

Fields#

class ServerListenOptions
HTTPS#

The type of the None singleton.

IPV4_ONLY#

The type of the None singleton.

IPV6_ONLY#

The type of the None singleton.