Releases: adafruit/Adafruit_CircuitPython_Requests
Better handle errors by retrying
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
To use in CPython, pip3 install adafruit-circuitpython-requests.
Read the docs for info on how to use it.
Fix noneerror when we make a chunked request but dont read any data from it
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
To use in CPython, pip3 install adafruit-circuitpython-requests.
Read the docs for info on how to use it.
Fixes Expected 1 but got 0 bytes issue
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
To use in CPython, pip3 install adafruit-circuitpython-requests.
Read the docs for info on how to use it.
Fix send failure clean up
- Fix issue leaving sockets open after failing to send the HTTP request
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
To use in CPython, pip3 install adafruit-circuitpython-requests.
Read the docs for info on how to use it.
Fix for use on CircuitPython 5.3.1
- Fix issue with
findnot available onbytearrayby providing Python implementation to fall back to. - Fix issue with
jsonnot passed stream object by passing in whole string on OSError.
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
To use in CPython, pip3 install adafruit-circuitpython-requests.
Read the docs for info on how to use it.
1.7.0 - Added HTTP1.1 support and socket reuse
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
To use in CPython, pip3 install adafruit-circuitpython-requests.
Read the docs for info on how to use it.
1.6.0 - Added basic tests
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
To use in CPython, pip3 install adafruit-circuitpython-requests.
Read the docs for info on how to use it.
Updated Cellular Examples for Adafruit FONA (3G/GSM)
Updated Cellular Examples for Adafruit FONA (3G/GSM). Thanks @brentru.
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
To use in CPython, pip3 install adafruit-circuitpython-requests.
Read the docs for info on how to use it.
1.4.3 - Fixed discord invite link
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
To use in CPython, pip3 install adafruit-circuitpython-requests.
Read the docs for info on how to use it.
Add Cellular Usage Examples
This release adds:
- #27 Examples for using this library with the Adafruit FONA library
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
To use in CPython, pip3 install adafruit-circuitpython-requests.
Read the docs for info on how to use it.