Adafruit-circuitpython-httpserver

Latest version: v4.6.2

Safety actively analyzes 722028 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 6 of 9

2.4.0

This release contains new functionality allowing parameters within your URL path that get passed to the serving function as arguments. Thank you michalpokusa

To use in CircuitPython, simply install the [Adafruit CircuitPython Bundle](https://circuitpython.org/libraries).

To use in CPython, `pip3 install adafruit-circuitpython-httpserver`.

Read the [docs](http://circuitpython.readthedocs.io/projects/httpserver/en/latest/) for info on how to use it.

2.3.1

Updated MDNS example reference in ReadTheDocs. Thanks foxy82!

To use in CircuitPython, simply install the [Adafruit CircuitPython Bundle](https://circuitpython.org/libraries).

To use in CPython, `pip3 install adafruit-circuitpython-httpserver`.

Read the [docs](http://circuitpython.readthedocs.io/projects/httpserver/en/latest/) for info on how to use it.

2.3.0

This release adds a buffer_size argument to `send_file()` function and equalizes the default buffer size used by server and response classes so they are the same. Thank you matemaciek

To use in CircuitPython, simply install the [Adafruit CircuitPython Bundle](https://circuitpython.org/libraries).

To use in CPython, `pip3 install adafruit-circuitpython-httpserver`.

Read the [docs](http://circuitpython.readthedocs.io/projects/httpserver/en/latest/) for info on how to use it.

2.2.0

This release contains new behavior that will automatically serve `index.html` if the user sends a request to the base URL without specifying a file.

To use in CircuitPython, simply install the [Adafruit CircuitPython Bundle](https://circuitpython.org/libraries).

To use in CPython, `pip3 install adafruit-circuitpython-httpserver`.

Read the [docs](http://circuitpython.readthedocs.io/projects/httpserver/en/latest/) for info on how to use it.

2.1.0

What's Changed
* Allow sending raw bytes in the response by deshipu in https://github.com/adafruit/Adafruit_CircuitPython_HTTPServer/pull/35

New Contributors
* deshipu made their first contribution in https://github.com/adafruit/Adafruit_CircuitPython_HTTPServer/pull/35

**Full Changelog**: https://github.com/adafruit/Adafruit_CircuitPython_HTTPServer/compare/2.0.0...2.1.0

2.0.0

What's Changed
* Case insensitive HTTPHeaders, HTTPResponse context manager and some fixes by michalpokusa in https://github.com/adafruit/Adafruit_CircuitPython_HTTPServer/pull/29

Thanks to all the contributors and reviewers of the chanages for this release.

**Full Changelog**: https://github.com/adafruit/Adafruit_CircuitPython_HTTPServer/compare/1.1.0...2.0.0

Page 6 of 9

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.