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://00709f56-8943-4944-94c9-aa02eb0c67ff
pengine://0e8bb3a5-48ad-4709-8a97-a912f58dd488
pengine://30b36c2a-ecb0-4766-8933-4d4ae63b9031
pengine://4c8eebb2-2633-440d-878a-ac49635c469e
pengine://5844d3ec-c972-42de-b90e-6ae98ac0eed3
pengine://5914f56f-3174-405b-8d35-5823c7c51601
pengine://5d5270bd-e78a-4816-9031-94d9cc82519a
pengine://769b4634-c121-4b28-b152-bfa52b653aa6
pengine://800af9b6-0b3c-4f60-982d-4fc9ef2c0323
pengine://b0018e91-c6a4-4390-970c-78a59fcb93df
pengine://b253ab46-2278-433a-b153-9b6af3f971ae
pengine://f9ff468b-ddcf-416f-8f32-4f9f007c5829
/usr/lib/swipl/library/http/mimetype.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
http_wrapper.pl -- Server processing of an HTTP request
http_header.pl
http_stream.pl
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
websocket.pl -- WebSocket support
http_session.pl -- HTTP Session management
mimetype.pl -- Determine mime-type for a file
mime_extension/2
charset/3
file_mime_type/2
file_content_type/2
file_content_type/3
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
file_mime_type
(+FileName, -MimeType)
is
semidet
True when
MimeType
is the mime-type to be used for sending
FileName
. The default rules can be overridden and extended using the hook
mime
:mime_extension/2
.
Arguments:
MimeType
- is a compound term of the form Type/SubType.