Adafruit_CircuitPython_HTTP.../adafruit_httpserver
foxy82 fc07ed4bef
Update response.py
Fix linting issue
2023-04-03 12:27:54 +01:00
..
__init__.py Splitted adafruit_httpserver into separate files 2022-11-12 19:47:50 +00:00
headers.py Minor changes to docstrings 2022-12-23 18:57:28 +00:00
methods.py Resolving rest of pylint and black errors 2022-11-14 00:34:05 +00:00
mime_type.py Resolving rest of pylint and black errors 2022-11-14 00:34:05 +00:00
request.py Changed address to client_address to match CPython's http.server module naming 2023-01-02 17:22:53 +00:00
response.py Update response.py 2023-04-03 12:27:54 +01:00
route.py Resolving rest of pylint and black errors 2022-11-14 00:34:05 +00:00
server.py Merge pull request #37 from matemaciek/main 2023-02-06 15:32:32 -06:00
status.py Added option to pass status to HTTPResponse as tuple, overwrited eq method on HTTPStatus 2022-11-19 13:45:53 +00:00