Adafruit-circuitpython-requests

Latest version: v4.1.8

Safety actively analyzes 681812 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 16 of 16

1.1.2

Changes calls from `socket.read` to `socket.recv` to match [the latest ESP32SPI release](https://github.com/adafruit/Adafruit_CircuitPython_ESP32SPI/releases).

To use in CircuitPython, simply install the [Adafruit CircuitPython bundle](https://github.com/adafruit/Adafruit_CircuitPython_Bundle).

[Read the docs](https://circuitpython.readthedocs.io/projects/requests/en/latest/) for info on how to use it.

1.1.1

Changes calls from `socket.write` to `socket.send` to match [the latest ESP32SPI release](https://github.com/adafruit/Adafruit_CircuitPython_ESP32SPI/releases).

To use in CircuitPython, simply install the [Adafruit CircuitPython bundle](https://github.com/adafruit/Adafruit_CircuitPython_Bundle).

[Read the docs](https://circuitpython.readthedocs.io/projects/requests/en/latest/) for info on how to use it.

1.1.0

Added `parse_headers` method, made backwards-compatible changes to `request` for handling parsed headers (and raise exceptions for unsupported header types).

To use in CircuitPython, simply install the [Adafruit CircuitPython bundle](https://github.com/adafruit/Adafruit_CircuitPython_Bundle).

[Read the docs](https://circuitpython.readthedocs.io/projects/requests/en/latest/) for info on how to use it.

1.0.1

Adding more detailed examples showing the commonly-used requests methods in this library.

**[Simpletest](https://github.com/adafruit/Adafruit_CircuitPython_Requests/blob/master/examples/requests_simpletest.py)**
* GET
* Text Data
* JSON Data
* POST
* Data
* JSON Data

**[Advanced](https://github.com/adafruit/Adafruit_CircuitPython_Requests/blob/master/examples/requests_advanced.py)**
* GET
* Custom Headers
* HTTP Status Code Response, useful for interacting with APIs
* Convert response into JSON `dict.` object and parse it
* Raw Byte Response

To use in CircuitPython, simply install the [Adafruit CircuitPython bundle](https://github.com/adafruit/Adafruit_CircuitPython_Bundle).

[Read the docs](https://circuitpython.readthedocs.io/projects/requests/en/latest/) for info on how to use it.

1.0

This library is provides a [python-requests](https://2.python-requests.org/en/master/)-like library for web interfacing.
* [Usage Example with a CircuitPython device with an ESP32](https://github.com/adafruit/Adafruit_CircuitPython_Requests/blob/master/examples/requests_simpletest.py)


To use in CircuitPython, simply install the [Adafruit CircuitPython bundle](https://github.com/adafruit/Adafruit_CircuitPython_Bundle).

[Read the docs](https://circuitpython.readthedocs.io/projects/requests/en/latest/) for info on how to use it.

Page 16 of 16

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.