Places
Home
Graphs
Prefixes
Admin
Users
Settings
Plugins
Statistics
Repository
Load local file
Load from HTTP
Load from library
Remove triples
Clear repository
RDF quality heuristics
Query
YASGUI SPARQL Editor
Simple Form
SWISH Prolog shell
Help
Documentation
Tutorial
Roadmap
HTTP Services
Login
3.16 library(http/http_host): Obtain public server location
All
Application
Manual
Name
Summary
Help
Documentation
Reference manual
Packages
SWI-Prolog HTTP support
The HTTP server libraries
library(http/http_host): Obtain public server location
http_public_url/2
http_public_host_url/2
http_public_host/4
http_current_host/4
Availability:
:- use_module(
library(http/http_host)
).
[det]
http_public_host_url
(
+Request, -URL
)
True when
URL
is the public
URL
at which this server can be contacted. This value is not easy to obtain. See
http_public_host/4
for the hardest part: find the host and port.
ClioPatria
(version
V3.1.1-40-g9d9e003
)