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/1
Availability:
:- use_module(
library(http/http_server)
).
http_server
(
:Goal
)
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
.