You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The library could benefit from a simple extract of the classes into their own .py files. This will provide for easier maintenance and future expansion of the library. It should be possible to do this in a way that doesn't break existing code.
Something like this...
adafruit_httpserver.py - remove/replace with the following folder
adafruit_httpserver (new folder)
__init__.py
httprequest.py
httpresponse.py
httpserver.py
httpstatus.py
mimetype.py
The text was updated successfully, but these errors were encountered:
The library could benefit from a simple extract of the classes into their own .py files. This will provide for easier maintenance and future expansion of the library. It should be possible to do this in a way that doesn't break existing code.
Something like this...
The text was updated successfully, but these errors were encountered: