1.13.0 - Handle Missing Content-Length Header
This release contains a change to handle HTTP Responses that lack a content-length
header. An attempt will be made to read until there is no more data sent. This allows the library to be used with Hue smart lights and other servers which don't return content-length
headers. Thank you @grypoB!
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.