0.2.0 - Allow explicit polling instead of just serve_forever() loop
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.
What's Changed
- Split serve_forever to allow polling in loop and add another example with polling in while loop. by @karlfl in #7
New Contributors
Full Changelog: 0.1.4...0.2.0