4.1.0 - FormData and More
This release includes the following:
- new feature to access FormData from requests
- new feature to set default headers to be returned with all responses
- Improvements to docstrings and examples
- new example illustrating usage with the ethernet Wiznet5k library.
Thank you @michalpokusa, @FoamyGuy, and @anecdata for their work to submit and test the changes.
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython, pip3 install adafruit-circuitpython-HTTPServer
.
Read the docs for info on how to use it.