Skip to content

Releases: adafruit/Adafruit_CircuitPython_HTTPServer

4.5.10 - Custom Response Docs & Video Stream Example

04 Dec 22:34
be94572

Choose a tag to compare

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

07 Oct 22:30

Choose a tag to compare

ConnectionManager and AP Examples

15 Apr 15:54
9b16e16

Choose a tag to compare

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

01 Apr 15:19
4cc9503

Choose a tag to compare

What's Changed

  • Add httpserver simpletest with connection manager by @DJDevon3 in #91

New Contributors

Full Changelog: 4.5.6...4.5.7

9.0.0 Support + Typing and Error Handling Improvements

24 Feb 16:24
dc9f83c

Choose a tag to compare

What's Changed

Full Changelog: 4.5.5...4.5.6

4.5.5 - Better error on failing accept

16 Feb 16:16
d8f9a72

Choose a tag to compare

What's Changed

  • Preserve the real error if accept failed. by @jepler in #82

Full Changelog: 4.5.4...4.5.5

Fix AttributeError For CircuitPython Usage

07 Feb 13:42
1fb9ee8

Choose a tag to compare

What's Changed

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

05 Feb 20:04
4f31799

Choose a tag to compare

What's Changed

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

05 Feb 19:55
af0a0bd

Choose a tag to compare

What's Changed

  • use alternate port for CPython example by @tedder in #78

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

29 Jan 15:57
ec9b06f

Choose a tag to compare

What's Changed

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.