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.14.4 From (Unix) inetd
All
Application
Manual
Name
Summary
Help
Documentation
Reference manual
Packages
SWI-Prolog HTTP support
The HTTP server libraries
Running the server
From (Unix) inetd
http_server/2
Availability:
:- use_module(
library(http/thread_httpd)
).
http_server
(
:Goal, +Options
)
Initialises and runs
http_wrapper/5
in a loop until failure or end-of-file. This server does not support the
Port
option as the port is specified with the
inetd
configuration. The only supported option is
After
.
ClioPatria
(version
V3.1.1-40-g9d9e003
)