Releases: adafruit/Adafruit_CircuitPython_HTTPServer
4.5.10 - Custom Response Docs & Video Stream Example
What's Changed
- Custom response types docs and video streaming example by @michalpokusa in #98
Full Changelog: 4.5.9...4.5.10
4.5.9 - Fix For Sphinx RTD Theme
Full Changelog: 4.5.8...4.5.9
ConnectionManager and AP Examples
What's Changed
- AP example and docs about ConnectionManager example by @michalpokusa in #94 includes docs improvements
Full Changelog: 4.5.7...4.5.8
ConnectionManager Example
9.0.0 Support + Typing and Error Handling Improvements
What's Changed
- 9.0.0 compatibility and better typing for sockets by @michalpokusa in #84
Full Changelog: 4.5.5...4.5.6
4.5.5 - Better error on failing accept
What's Changed
Full Changelog: 4.5.4...4.5.5
Fix AttributeError For CircuitPython Usage
What's Changed
- Fix: AttributeError on CircuitPython by @michalpokusa in #80
Full Changelog: 4.5.3...4.5.4
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.
Fix For CPython Address In Use Issue
What's Changed
- Fix for CPython "Adress already in use" error by @michalpokusa in #79
Full Changelog: 4.5.2...4.5.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.
Change Port Used by CPython Example
What's Changed
New Contributors
Full Changelog: 4.5.1...4.5.2
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.
4.5.1 - Route Refactoring and CPYthon Example
What's Changed
Routerefactor and fixes, CPython example by @michalpokusa in #76- New CPYthon example from @tedder originally submitted in #77
Full Changelog: 4.5.0...4.5.1
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.