This website requires JavaScript.
Explore
Help
Sign in
adafruit-mirror
/
Adafruit_CircuitPython_HTTPServer
Watch
1
Star
0
Fork
You've already forked Adafruit_CircuitPython_HTTPServer
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
7ddc32a38e
Adafruit_CircuitPython_HTTP...
/
adafruit_httpserver
History
michalpokusa
7ddc32a38e
Removed unnecessary indentation in docstring example
2023-04-03 09:25:45 +00: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
Fix: Prevent creating empty query param
2023-03-19 15:49:21 +00:00
response.py
Removed unnecessary indentation in docstring example
2023-04-03 09:25:45 +00:00
route.py
Refactor for removing the need for saving last match group
2023-04-01 18:36:55 +00:00
server.py
Removed old deprecation error
2023-03-20 03:11:05 +00: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