2.3.0 - Buffer Size Argument for send_file()
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.