.. _http_functions_plugin: HTTP Functions ============== The ``http_functions`` plugin provides functions to get and post HTTP data: * ``HTTP_GET`` * ``HTTP_POST`` .. _http_functions_loading: Loading ------- To load this plugin, start :program:`drizzled` with:: --plugin-add=http_functions .. seealso:: :ref:`drizzled_plugin_options` for more information about adding and removing plugins. .. _http_functions_authors: Examples -------- Start :program:`drizzled` with the plugin:: sbin/drizzled --plugin-add=http_functions Get `www.drizzle.org `_: .. code-block:: mysql drizzle> SELECT HTTP_GET('www.drizzle.org')\G *************************** 1. row *************************** HTTP_GET('www.drizzle.org'):