Availability:
:- use_module(library(http/http_openid)).
openid_current_host(Request,
Host, Port)- deprecated
- New code should use http_current_host/4
with the option
global(true).
:- use_module(library(http/http_openid)).
openid_current_host(Request,
Host, Port)global(true).