adafruit / Adafruit_CircuitPython_Requests

Requests-like interface for web interfacing
MIT License
51 stars 37 forks source link

handle servers that omit a space after a colon in response headers #200

Closed jepler closed 2 months ago

jepler commented 3 months ago

Example URL: "http://ice2.somafm.com/dronezone-128-mp3"

$ curl -i http://ice2.somafm.com/dronezone-128-mp3
HTTP/1.1 200 OK
Content-Type: audio/mpeg
Date: Wed, 03 Jul 2024 21:17:04 GMT
icy-br:128
...
jepler commented 3 months ago

If possible please tag a release after merging this example, it's required for an in progress guide.

justmobilize commented 3 months ago

Should we add a test, to make sure it doesn't accidentally get reset?