Adding User-Agent and Header Handling
- Append a User-Agent (Adafruit-IO CircuitPython specific) for this library onto existing request headers for the server to identify CircuitPython clients.
- Added a
new _create_headers
method for HTTP requests to reflect correct header encoding in the Adafruit ESP32SPI dependency (https://github.com/adafruit/Adafruit_CircuitPython_ESP32SPI/releases/tag/1.3.4).
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
Read the docs for info on how to use it.