List extension packs
/app
/app/spacy
/app/swish
/app/tokenize/prolog
/data/config-enabled
/swish
/swish/lib
/swish/lib/plugin
/swish/lib/render
/swish/pack/profile/prolog
/swish/pack/profile/prolog/profile/backend
/swish/pack/rserve_client/prolog/r
/swish/pack/sCASP/prolog
/swish/pack/sCASP/prolog/scasp
/swish/pack/sCASP/prolog/scasp/clp
/swish/pack/sCASP/prolog/scasp/lang
/usr/lib/swipl/boot
/usr/lib/swipl/library
/usr/lib/swipl/library/chr
/usr/lib/swipl/library/clp
/usr/lib/swipl/library/clp/clpq
/usr/lib/swipl/library/clp/clpqr
/usr/lib/swipl/library/clp/clpr
/usr/lib/swipl/library/dcg
/usr/lib/swipl/library/dialect
/usr/lib/swipl/library/dialect/swi
/usr/lib/swipl/library/http
/usr/lib/swipl/library/lynx
/usr/lib/swipl/library/pldoc
/usr/lib/swipl/library/semweb
pengine://007be8dd-fbc8-41da-a2fb-215333503060
pengine://02c03822-bf85-45c9-ae5a-4db2d32df2b0
pengine://076a580f-f025-497c-ab7c-177ce545669c
pengine://09a26dee-bea3-42b3-b8a9-b3c115dbb523
pengine://10859db8-a77e-4d4e-9359-d578591fe248
pengine://12096d55-c28d-45b8-af51-0cf17a446e5a
pengine://13423f10-f6fc-46f4-aa61-22d7f89d5fbb
pengine://16387808-f65e-43cc-a9a2-43b52e64c356
pengine://182e0ada-dc78-4e97-bcf6-de54c888c308
pengine://18b20fd6-d5d6-4153-9625-be3f58eb23ea
pengine://3231fa26-232a-46c2-83cf-4ae81d89e7e6
pengine://4290c413-faed-4b5c-9cae-f0db66b42ac3
pengine://4331e4c8-b275-4a92-bc41-c92da344a088
pengine://49b61e49-004c-4bac-b6b8-b6747ddeabb9
pengine://50e781be-097d-4547-8aa6-885fa6cff9fd
pengine://522a37ae-77b8-43a6-87dc-a9694bd552ea
pengine://583bb745-ab51-4e71-a334-b5b0851ce353
pengine://5f55aac7-f6d3-4852-8952-eb58c5e0c10f
pengine://6bcf59b1-eb78-4c92-bf2d-7377ab4eb197
pengine://7173366a-983c-4fe3-b206-e00a66f6372c
pengine://76490f2c-4af0-4165-aec6-616e293f29d0
pengine://973b3012-4c0f-4a9c-a434-711e48b5bacc
pengine://9798dd14-5440-4a7b-b583-a77dc2c48fc0
pengine://9aed44a8-8c71-47c3-a884-b4ce7c63b513
pengine://9d6be69b-5c5b-4b58-b32a-bb5caf1a5a2c
pengine://9fe3191c-6052-4edf-a5df-4bbbe477e971
pengine://a5ac1503-906a-4c8c-ba22-d8120e77d055
pengine://ad847df8-6dc2-4a2d-bfa6-7186c5434251
pengine://b761cdff-9057-45d9-8da4-6b4f8731cf20
pengine://ba61a229-b78d-446c-bb22-e444bff0dc40
pengine://c75b635b-367d-4161-bf01-b12319a2689a
pengine://cf823ae0-5bb8-489c-803f-f42e41425385
pengine://cf999125-0316-4e50-90a3-2438f59d44d3
pengine://d0db1ca0-599f-4c97-8e03-3f9fd34d30a1
pengine://d56080e5-9971-4642-be85-eda50f73fe89
pengine://e444fa90-419e-4fda-ac77-b59b92be5947
pengine://e4db210c-9bd6-42e9-b166-355fb96bbc45
pengine://f31af53e-96f9-44cf-a986-737c879edba5
/usr/lib/swipl/library/http/hub.pl
All
Application
Manual
Name
Summary
Help
library
http
http_unix_daemon.pl -- Run SWI-Prolog HTTP server as a Unix system daemon
thread_httpd.pl -- Threaded HTTP server
http_wrapper.pl -- Server processing of an HTTP request
http_header.pl -- Handling HTTP headers
http_stream.pl -- HTTP Streams
http_exception.pl -- Map Prolog exceptions to HTTP errors
http_path.pl -- Abstract specification of HTTP server locations
http_dispatch.pl -- Dispatch requests in the HTTP server
http_host.pl -- Obtain public server location
http_ssl_plugin.pl -- SSL plugin for HTTP libraries
http_json.pl -- HTTP JSON Plugin module
http_client.pl -- HTTP client library
json.pl -- Reading and writing JSON serialization
http_open.pl -- HTTP client library
http_parameters.pl -- Extract parameters (GET and POST) from HTTP requests
http_multipart_plugin.pl -- Multipart form-data plugin
http_hook.pl -- HTTP library hooks
html_write.pl -- Write HTML text
html_quasiquotations.pl -- HTML quasi quotations
js_write.pl -- Utilities for including JavaScript
js_grammar.pl -- JavaScript grammar
http_server_files.pl -- Serve files needed by modules from the server
hub.pl -- Manage a hub for websockets
hub_create/3
current_hub/2
hub_add/3
hub_member/2
hub_send/2
hub_broadcast/2
hub_broadcast/3
websocket.pl -- WebSocket support
http_session.pl -- HTTP Session management
mimetype.pl -- Determine mime-type for a file
http_cors.pl -- Enable CORS: Cross-Origin Resource Sharing
html_head.pl -- Automatic inclusion of CSS and scripts links
jquery.pl -- Provide JQuery
term_html.pl -- Represent Prolog terms as HTML
http_dyn_workers.pl -- Dynamically schedule HTTP workers.
http_files.pl -- Serve plain files from a hierarchy
http_dirindex.pl -- HTTP directory listings
json_convert.pl -- Convert between JSON terms and Prolog application terms
mimepack.pl -- Create a MIME message
hub_add
(+Hub, +WebSocket, ?Id)
is
det
Add a
WebSocket
to the hub.
Id
is used to identify this user. It may be provided (as a ground term) or is generated as a UUID.