I’m looking for a library to parse a web HTTP response with Arduino separating, for example, the HTTP Headers from the content.
Reading the various sketches out there, the most advanced tool to parse a stream of data is TextFinder.
Are you aware of any other libraries that could help in parsing an HTTP Response?
Someone’s been working on an Arduino library for HTTP Client applications:
https://github.com/amcewen/HttpClient