Adafruit_CircuitPython_HTTP.../adafruit_httpserver
2023-11-06 14:16:14 +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 Added query params to debug message after sending response 2023-11-06 14:16:14 +00:00
response.py Added cookies handling and example for it 2023-08-28 19:01:16 +00:00
route.py Added tuple to possible data types of route(methods=...) 2023-08-27 01:56:47 +00:00
server.py Added query params to debug message after sending response 2023-11-06 14:16:14 +00:00
status.py Refactor of Redirect response class to allow 301 and 302 codes 2023-08-27 02:26:29 +00:00