To use in CircuitPython, simply install the [Adafruit CircuitPython Bundle](https://circuitpython.org/libraries).
To use in CPython, `pip3 install adafruit-circuitpython-requests`.
Read the [docs](http://circuitpython.readthedocs.io/projects/requests/en/latest/) for info on how to use it.
What's Changed
* Proposed fix for issue 103. Fixes an issue with _throw_away() and large chunked redirects. by klocs in https://github.com/adafruit/Adafruit_CircuitPython_Requests/pull/110
New Contributors
* klocs made their first contribution in https://github.com/adafruit/Adafruit_CircuitPython_Requests/pull/110
**Full Changelog**: https://github.com/adafruit/Adafruit_CircuitPython_Requests/compare/1.12.2...1.12.3