Skip to content

2.3.0 - Buffer Size Argument for send_file()

Compare
Choose a tag to compare
@FoamyGuy FoamyGuy released this 06 Feb 21:35
· 250 commits to main since this release
874d3ed

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.

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

Read the docs for info on how to use it.