We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36ada53 commit aeef068Copy full SHA for aeef068
PicoW_CircuitPython_HTTP_Server/code.py
@@ -17,6 +17,7 @@
17
import adafruit_imageload
18
from digitalio import DigitalInOut, Direction
19
from adafruit_httpserver.server import HTTPServer
20
+from adafruit_httpserver.request import HTTPRequest
21
from adafruit_httpserver.response import HTTPResponse
22
from adafruit_httpserver.methods import HTTPMethod
23
from adafruit_httpserver.mime_type import MIMEType
0 commit comments