Did you know ... | Search Documentation: |
http_load.pl -- Load Prolog code from a web server |
This module provides a hook into load_files/2 that allows loading Prolog code from HTTP and HTTPS servers. Below is an example session:
?- [library(http/http_load)]. ... true. ?- ['http://www.swi-prolog.org/download/demo/likes']. % http://www.swi-prolog.org/download/demo/likes.pl compiled 0.00 sec, 17 clauses true.
Warning Loading code from untrusted HTTP resources may compromise your security.
http://
and https://
resources directly from the web. Options are passed to load_files/2
and http_open/2.