forked from SWI-Prolog/packages-http
-
Notifications
You must be signed in to change notification settings - Fork 0
swi-to-yap/packages-http
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
---+ 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
About
The SWI-Prolog HTTP server and client libraries
Resources
Stars
Watchers
Forks
Languages
- Prolog 91.6%
- C 6.9%
- Other 1.5%