.. include:: ../_resources.rst .. _http-libraries: ############## HTTP libraries ############## ****** Python ****** - The fine Requests_ HTTP library. - For an example, see the :ref:`basic HTTP example in Python `. *********** MicroPython *********** - https://github.com/micropython/micropython-lib/blob/master/python-ecosys/urequests/urequests.py - See also :ref:`HTTP with MicroPython `. *** PHP *** - Visit :ref:`daq-php` for a library and and an example how to transmit telemetry data from PHP. ********************* JavaScript/TypeScript ********************* - See :ref:`daq-javascript`.