diff options
author | Carlos Garcia Campos <cgarcia@igalia.com> | 2020-10-27 12:38:13 +0100 |
---|---|---|
committer | Carlos Garcia Campos <cgarcia@igalia.com> | 2020-10-28 14:01:23 +0100 |
commit | 7e36856eb20bae33904ac1730125d72481f44867 (patch) | |
tree | 1f3dcaea37e2d291b5ea19e45cc83e0595e6f72e /docs | |
parent | ca5c1c949236fda07aec953a4a9cac61b2e94efe (diff) | |
download | libsoup-7e36856eb20bae33904ac1730125d72481f44867.tar.gz |
auth: replace host property with authority
The host name is not enough to identify the domain being authenticated,
we need the port too.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/reference/libsoup-3.0-sections.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/reference/libsoup-3.0-sections.txt b/docs/reference/libsoup-3.0-sections.txt index f89ac3b7..6e126e09 100644 --- a/docs/reference/libsoup-3.0-sections.txt +++ b/docs/reference/libsoup-3.0-sections.txt @@ -449,7 +449,7 @@ soup_auth_negotiate_supported <SUBSECTION> soup_auth_is_for_proxy soup_auth_get_scheme_name -soup_auth_get_host +soup_auth_get_authority soup_auth_get_realm soup_auth_get_info <SUBSECTION> |