Gets a list of URIs corresponding to the interfaces @server is
listening on. These will contain IP addresses, not hostnames, and
will also indicate whether the given listener is http or https.
Note that if you used soup_server_listen_all(), the returned URIs
will use the addresses <literal>0.0.0.0</literal> and
<literal>::</literal>, rather than actually returning separate URIs
for each interface on the system.
classServer
ListSG
getUris
()
Return Value
Type: ListSG
a list of
#SoupURIs, which you must free when you are done with it.
Gets a list of URIs corresponding to the interfaces @server is listening on. These will contain IP addresses, not hostnames, and will also indicate whether the given listener is http or https.
Note that if you used soup_server_listen_all(), the returned URIs will use the addresses <literal>0.0.0.0</literal> and <literal>::</literal>, rather than actually returning separate URIs for each interface on the system.