Enumeration
SoupServerListenOptions
since: 3.0
Description [src]
Options to pass to soup_server_listen()
, etc.
SOUP_SERVER_LISTEN_IPV4_ONLY
and SOUP_SERVER_LISTEN_IPV6_ONLY
only make sense with soup_server_listen_all()
and
soup_server_listen_local()
, not plain soup_server_listen()
(which
simply listens on whatever kind of socket you give it). And you
cannot specify both of them in a single call.
Available since: 3.0
Members
SOUP_SERVER_LISTEN_HTTPS
-
Listen for https connections rather than plain http.
- Value:
1
- Nickname:
https
- Available since: 3.0
- Value:
SOUP_SERVER_LISTEN_IPV4_ONLY
-
Only listen on IPv4 interfaces.
- Value:
2
- Nickname:
ipv4-only
- Available since: 3.0
- Value:
SOUP_SERVER_LISTEN_IPV6_ONLY
-
Only listen on IPv6 interfaces.
- Value:
4
- Nickname:
ipv6-only
- Available since: 3.0
- Value: