Adafruit_CircuitPython_HTTP.../adafruit_httpserver
2024-01-25 01:49:34 +00: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 Added additional validation to path in Route constructor 2024-01-25 01:49:34 +00:00
server.py Refactored _Routes to Server method 2024-01-25 01:49:34 +00:00
status.py Refactor of Redirect response class to allow 301 and 302 codes 2023-08-27 02:26:29 +00:00