File tree
3 files changed
+3
-3
lines changed- other
- scripts
3 files changed
+3
-3
lines changedSubmodule Adafruit_CircuitPython_HTTPServer updated 33 files
- README.rst+1
- adafruit_httpserver/__init__.py+60-2
- adafruit_httpserver/authentication.py+64
- adafruit_httpserver/exceptions.py+14-2
- adafruit_httpserver/headers.py+4-4
- adafruit_httpserver/methods.py+10-22
- adafruit_httpserver/mime_type.py-100
- adafruit_httpserver/mime_types.py+207
- adafruit_httpserver/request.py+41-21
- adafruit_httpserver/response.py+281-190
- adafruit_httpserver/route.py+66-37
- adafruit_httpserver/server.py+284-86
- adafruit_httpserver/status.py+33-18
- docs/api.rst+1-4
- docs/examples.rst+217-30
- examples/home.html+15
- examples/httpserver_authentication_handlers.py+72
- examples/httpserver_authentication_server.py+31
- examples/httpserver_chunked.py+11-21
- examples/httpserver_cpu_information.py+5-21
- examples/httpserver_handler_serves_file.py+25
- examples/httpserver_mdns.py+5-18
- examples/httpserver_methods.py+70
- examples/httpserver_multiple_servers.py+55
- examples/httpserver_neopixel.py+45-34
- examples/httpserver_redirects.py+41
- examples/httpserver_simpletest.py-38
- examples/httpserver_simpletest_auto.py+23
- examples/httpserver_simpletest_manual.py+31
- examples/httpserver_start_and_poll.py+6-19
- examples/httpserver_static_files_serving.py+28
- examples/httpserver_url_parameters.py+13-33
- examples/settings.toml+7
Submodule cptoml updated from 8b6e121 to 3dac9e1
Submodule CircuitMPY updated from c984587 to 05e0adf
0 commit comments