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://0ed39746-3feb-4656-a942-ae110b0d44a9
pengine://22bcf032-bf20-4660-a72c-dfcf0bfdcfce
pengine://55a480ab-f3a8-40a4-82a2-59cfde6ea2d2
pengine://5a18c25e-c226-41a4-b4a9-5629e7510b52
pengine://5a40b2b4-a89d-4fc2-aee9-f7a28a377f99
pengine://956ab858-6494-4eaa-a0ba-cd279e3adf52
pengine://a9ebfbfd-8978-4ed5-ac92-2c6bcd8023be
pengine://d42b09ab-93a0-4f71-a0da-6b99ffa25522
pengine://db761937-a68f-4879-8986-37daa5081339
pengine://e4aa67ee-5385-4cf4-a4ab-0f2dd3059a7f
pengine://f3bdaa8b-71ee-4f1c-b69d-692ac45dc4c3
pengine://fabbc8c9-c41a-4f92-b6b2-9664a86ef964
pengine://fe3627ed-1f27-4023-bdf5-57263dda1cae
/usr/lib/swipl/library/http/http_dispatch.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_handler/3
http_delete_handler/1
http_dispatch/1
http_request_expansion/2
http_current_handler/2
http_current_handler/3
http_location_by_id/2
http_link_to_id/3
http_reload_with_parameters/3
http_reply_file/3
http_safe_file/2
http_redirect/3
http_404/2
http_switch_protocol/2
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
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
http_current_handler
(+Location, :Closure, -Options)
is
semidet
http_current_handler
(?Location, :Closure, ?Options)
is
nondet
Resolve the current handler and options to execute it.