Enumeration (GI Flags)

Soup-3.0SoupServerListenOptions

Options to pass to Server.listen, etc.

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

Index

Enumeration Members

Enumeration Members

HTTPS: number

Listen for https connections rather than plain http.

IPV4_ONLY: number

Only listen on IPv4 interfaces.

IPV6_ONLY: number

Only listen on IPv6 interfaces.