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 c54ec1f commit 0395419Copy full SHA for 0395419
adafruit_esp32spi/adafruit_esp32spi_wsgiserver.py
@@ -47,6 +47,10 @@ def set_interface(iface):
47
48
49
def parse_headers(client):
50
+ """
51
+ Parses the header portion of an HTTP request from the socket.
52
+ Expects first line of HTTP request to have been read already.
53
54
headers = {}
55
while True:
56
line = str(client.readline(), "utf-8")
0 commit comments