.gitignore
.pre-commit-config.yaml
.pylintrc
.readthedocs.yaml
CODE_OF_CONDUCT.md
LICENSE
README.rst
README.rst.license
optional_requirements.txt
pyproject.toml
requirements.txt
.github/PULL_REQUEST_TEMPLATE/adafruit_circuitpython_pr.md
.github/workflows/build.yml
.github/workflows/failure-help-text.yml
.github/workflows/release_gh.yml
.github/workflows/release_pypi.yml
LICENSES/CC-BY-4.0.txt
LICENSES/MIT.txt
LICENSES/Unlicense.txt
adafruit_circuitpython_httpserver.egg-info/PKG-INFO
adafruit_circuitpython_httpserver.egg-info/SOURCES.txt
adafruit_circuitpython_httpserver.egg-info/dependency_links.txt
adafruit_circuitpython_httpserver.egg-info/requires.txt
adafruit_circuitpython_httpserver.egg-info/top_level.txt
adafruit_httpserver/__init__.py
adafruit_httpserver/authentication.py
adafruit_httpserver/exceptions.py
adafruit_httpserver/headers.py
adafruit_httpserver/methods.py
adafruit_httpserver/mime_types.py
adafruit_httpserver/request.py
adafruit_httpserver/response.py
adafruit_httpserver/route.py
adafruit_httpserver/server.py
adafruit_httpserver/status.py
docs/api.rst
docs/api.rst.license
docs/conf.py
docs/examples.rst
docs/examples.rst.license
docs/index.rst
docs/index.rst.license
docs/requirements.txt
docs/_static/favicon.ico
docs/_static/favicon.ico.license
examples/home.html
examples/httpserver_authentication_handlers.py
examples/httpserver_authentication_server.py
examples/httpserver_chunked.py
examples/httpserver_cpu_information.py
examples/httpserver_ethernet_simpletest.py
examples/httpserver_form_data.py
examples/httpserver_handler_serves_file.py
examples/httpserver_mdns.py
examples/httpserver_methods.py
examples/httpserver_multiple_servers.py
examples/httpserver_neopixel.py
examples/httpserver_redirects.py
examples/httpserver_simpletest_auto.py
examples/httpserver_simpletest_manual.py
examples/httpserver_start_and_poll.py
examples/httpserver_static_files_serving.py
examples/httpserver_url_parameters.py
examples/settings.toml