We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add method for parsing the header portion of an HTTP request/response from the socket.
Previous implementation in ESP32SPI_Requests module: https://github.com/adafruit/Adafruit_CircuitPython_ESP32SPI/blob/c15e8fd9c0e53bb7e0ee2f1dd105cc09a7e70b7d/adafruit_esp32spi/adafruit_esp32spi_requests.py#L223
Affects ESP32SPI WSGI Server: adafruit/Adafruit_CircuitPython_ESP32SPI#62
The text was updated successfully, but these errors were encountered:
fixed via PR #5
Sorry, something went wrong.
Merge pull request #4 from justmobilize/files_arg_no_str_concat
55f159f
Remove str concatenation
brentru
No branches or pull requests
Add method for parsing the header portion of an HTTP request/response from the socket.
Previous implementation in ESP32SPI_Requests module:
https://github.com/adafruit/Adafruit_CircuitPython_ESP32SPI/blob/c15e8fd9c0e53bb7e0ee2f1dd105cc09a7e70b7d/adafruit_esp32spi/adafruit_esp32spi_requests.py#L223
Affects ESP32SPI WSGI Server: adafruit/Adafruit_CircuitPython_ESP32SPI#62
The text was updated successfully, but these errors were encountered: