TypeScript API Documentation for LIBSOUP
API Version: 3.0
Library Version: 3.6.6
Generated with TypeDoc via ts-for-gir v4.0.0-beta.40
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.
Listen for https connections rather than plain http.
Only listen on IPv4 interfaces.
Only listen on IPv6 interfaces.
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.