This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
2010-12-30 22:14:45 -06:00
..
2010-06-23 11:52:34 +01:00
2010-06-23 11:52:34 +01:00
2010-06-23 11:52:34 +01:00
2010-06-23 11:52:34 +01:00
2010-06-23 11:52:34 +01:00
2010-12-30 22:14:45 -06:00
2010-06-23 11:52:34 +01:00
2010-06-23 11:52:34 +01:00
2010-06-23 11:52:34 +01:00

---+ SWI-Prolog HTTP support library

This directory provides  the  SWI-Prolog   libraries  for  accessing and
providing HTTP services.  The client libraries come in two forms:

    * The lightweight http_open.pl opens an HTTP location as a stream
    * The more full-blown http_client.pl performs arbitrary HTTP
    requests and, depending on loaded plugins, transforms the data
    in a Prolog-friendly format.

The primary server-library  is   thread_httpd.pl,  providing  full-blown
scalable embedded HTTP server.

---++ Further reading

    * ../../packages/http.pdf
    * ../../packages/examples/http contains some demos.
    * http://www.swi-prolog.org/packages/http.html