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
c1d2f55c46
Adafruit_CircuitPython_HTTP...
/
adafruit_httpserver
History
michalpokusa
c1d2f55c46
Merge remote-tracking branch 'origin/main' into test
2022-12-23 11:54:37 +00:00
..
__init__.py
Splitted adafruit_httpserver into separate files
2022-11-12 19:47:50 +00:00
headers.py
Black format changes
2022-12-19 21:15:05 +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
Black format changes
2022-12-19 21:15:05 +00:00
response.py
Merge remote-tracking branch 'origin/main' into test
2022-12-23 11:54:37 +00:00
route.py
Resolving rest of pylint and black errors
2022-11-14 00:34:05 +00:00
server.py
Merge remote-tracking branch 'origin/main' into test
2022-12-23 11:54:37 +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