Adafruit_CircuitPython_HTTP.../adafruit_httpserver
Jeff Epler 2fd62996ec Enable SO_REUSEADDR whenever it's available
This is a minimal change compared to #84.

Closes #83
2024-02-21 18:49:34 -06:00
..
__init__.py Added Token authentication method 2023-08-28 19:01:00 +00:00
authentication.py Added Token authentication method 2023-08-28 19:01:00 +00:00
exceptions.py Updated Copyright headers 2023-07-30 20:09:30 +00:00
headers.py Added info abotu adding cookies using Set-Cookie headers 2023-08-29 17:14:20 +00:00
interfaces.py Fix #69: 'None' instead of None in FormData.get() 2023-09-01 05:59:10 +00:00
methods.py Updated Copyright headers 2023-07-30 20:09:30 +00:00
mime_types.py Updated Copyright headers 2023-07-30 20:09:30 +00:00
request.py Fix: ? always in debug messages and only first value was displayed 2023-11-06 15:31:03 +00:00
response.py Added alternative adafruit_hashlib import and warning message in neither is present 2023-12-14 20:22:30 +00:00
route.py Changes to docs of Route.matches 2024-01-25 10:25:59 +00:00
server.py Enable SO_REUSEADDR whenever it's available 2024-02-21 18:49:34 -06:00
status.py Refactor of Redirect response class to allow 301 and 302 codes 2023-08-27 02:26:29 +00:00