File tree
7 files changed
+316
-316
lines changed- libraries
- drivers
- helpers
7 files changed
+316
-316
lines changedLines changed: 310 additions & 310 deletions
Large diffs are not rendered by default.
Submodule httpserver updated 30 files
- README.rst+1
- adafruit_httpserver/__init__.py+5-1
- adafruit_httpserver/authentication.py+1-1
- adafruit_httpserver/exceptions.py+1-1
- adafruit_httpserver/headers.py+1-1
- adafruit_httpserver/methods.py+1-1
- adafruit_httpserver/mime_types.py+1-1
- adafruit_httpserver/request.py+3-3
- adafruit_httpserver/response.py+393-6
- adafruit_httpserver/route.py+98-39
- adafruit_httpserver/server.py+45-26
- adafruit_httpserver/status.py+3-1
- docs/examples.rst+48-2
- examples/home.html+1-1
- examples/httpserver_authentication_handlers.py+1-1
- examples/httpserver_authentication_server.py+1-1
- examples/httpserver_chunked.py+1-1
- examples/httpserver_ethernet_simpletest.py+3-2
- examples/httpserver_form_data.py+1-1
- examples/httpserver_handler_serves_file.py+1-1
- examples/httpserver_mdns.py+1-1
- examples/httpserver_methods.py+1-1
- examples/httpserver_multiple_servers.py+1-1
- examples/httpserver_neopixel.py+28-17
- examples/httpserver_redirects.py+1-1
- examples/httpserver_sse.py+64
- examples/httpserver_static_files_serving.py+1-1
- examples/httpserver_url_parameters.py+1-1
- examples/httpserver_websocket.py+91
- examples/settings.toml+1-1
0 commit comments