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://22bf607b-eacc-46f7-b9c6-ccfba8e271c9
pengine://25e286ac-6df4-455e-8553-2874c57e150f
pengine://2f25a847-dffa-4a1e-a70f-c9462bb8e9af
pengine://4e4adc7e-ce1b-41b4-b56e-7089c5d7e477
pengine://59cab369-5a44-4268-86a2-16b0eee1f5b8
pengine://783bdb66-b7af-42b3-9967-e84eed363e94
pengine://97fefbde-d091-4df9-870e-3dcf3be3f36f
pengine://dc3bf75e-ce43-4731-9c98-be67444dae0b
/usr/lib/swipl/library/http/http_parameters.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
http_header.pl -- Handling HTTP headers
http_stream.pl -- HTTP Streams
http_exception.pl
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_parameters/2
http_parameters/3
http_convert_parameters/2
http_convert_parameters/3
http_convert_parameter/4
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_convert_parameter
(+Options, +FieldName, +ValueIn, -ValueOut)
is
det
Conversion of an HTTP form value. First tries the multifile hook
http
:convert_parameter/3
and next the built-in checks.
Arguments:
Option
- List as provided with the parameter
FieldName
- Name of the HTTP field (for better message)
ValueIn
- Atom value as received from HTTP layer
ValueOut
- Possibly converted final value
Errors
-
type_error(Type, Value)