4
The ``http_functions`` plugin provides functions to get and post HTTP
10
.. _http_functions_loading:
15
To load this plugin, start :program:`drizzled` with::
17
--plugin-add=http_functions
19
.. seealso:: :doc:`/options` for more information about adding and removing plugins.
21
.. _http_functions_authors:
26
Start :program:`drizzled` with the plugin::
28
sbin/drizzled --plugin-add=http_functions
30
Get `www.drizzle.org <http://www.drizzle.org>`_:
34
drizzle> SELECT HTTP_GET('www.drizzle.org')\G
35
*************************** 1. row ***************************
36
HTTP_GET('www.drizzle.org'): <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.0//EN"
37
"http://www.w3.org/MarkUp/DTD/xhtml-rdfa-1.dtd">
38
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" version="XHTML+RDFa 1.0" dir="ltr"
46
.. _http_functions_version:
51
This documentation applies to **http_functions 1.0**.
53
To see which version of the plugin a Drizzle server is running, execute:
57
SELECT MODULE_VERSION FROM DATA_DICTIONARY.MODULES WHERE MODULE_NAME='http_functions'