Skip to content

Commit aeef068

Browse files
authored
from adafruit_httpserver.request import HTTPRequest
1 parent 36ada53 commit aeef068

File tree

1 file changed

+1
-0
lines changed
  • PicoW_CircuitPython_HTTP_Server

1 file changed

+1
-0
lines changed

PicoW_CircuitPython_HTTP_Server/code.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
import adafruit_imageload
1818
from digitalio import DigitalInOut, Direction
1919
from adafruit_httpserver.server import HTTPServer
20+
from adafruit_httpserver.request import HTTPRequest
2021
from adafruit_httpserver.response import HTTPResponse
2122
from adafruit_httpserver.methods import HTTPMethod
2223
from adafruit_httpserver.mime_type import MIMEType

0 commit comments

Comments
 (0)