Releases: adafruit/Adafruit_CircuitPython_HTTPServer
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
0.1.4 - Repo documentation and config updates
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.
0.1.3 - Use split to parse request header
What's Changed
- Change request handling to use split instead of regular expressions. by @cthulahoops in #3
New Contributors
- @cthulahoops made their first contribution in #3
Full Changelog: 0.1.2...0.1.3
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.
0.1.2 Correct Circup Install Docs
What's Changed
- Update README.rst by @askpatrickw in #1
New Contributors
- @askpatrickw made their first contribution in #1
Full Changelog: 0.1.1...0.1.2
0.1.1 - Added temperature example, updated README
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.
0.1.0 - initial version
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.