Adafruit_CircuitPython_HTTP.../adafruit_httpserver
2023-07-13 11:47:27 +00:00
..
__init__.py Added Websocket class and SWITCHING_PROTOCOLS_101 2023-07-13 09:29:27 +00:00
authentication.py Removed HTTP... prefix from class names 2023-04-25 21:27:10 +00:00
exceptions.py Rewrite of Response logic from context managers to returns, added some new types of response 2023-05-08 09:01:12 +00:00
headers.py Removed HTTP... prefix from class names 2023-04-25 21:27:10 +00:00
methods.py Extensive updates and expansion of docs and examples 2023-04-28 12:23:54 +00:00
mime_types.py Removed accidentally commited leftover 2023-04-29 13:34:37 +00:00
request.py Added Request.json() 2023-04-30 20:13:42 +00:00
response.py CI fixes, reformating etc. 2023-07-13 10:25:38 +00:00
route.py Fix: Wrong returns in docstring 2023-07-13 11:47:27 +00:00
server.py CI fixes, reformating etc. 2023-07-13 10:25:38 +00:00
status.py Added Websocket class and SWITCHING_PROTOCOLS_101 2023-07-13 09:29:27 +00:00