2.1 library(http/http_open): HTTP client library
All
Application
Manual
Name
Summary
Help
Documentation
Reference manual
Packages
SWI-Prolog HTTP support
The HTTP client libraries
library(http/http_open): HTTP client library
http_open/3
http_set_authorization/2
http_close_keep_alive/1
Availability:
:- use_module(
library(http/http_open)
).
[det]
http_close_keep_alive
(
+Address
)
Close all keep-alive connections matching
Address
.
Address
is of the form Host:Port. In particular,
http_close_keep_alive(_)
closes all currently known keep-alive connections.