interactive-matter / HTTPClient

An Arduino HTTP Client
https://interactive-matter.eu/how-to/arduino-http-client-library/
101 stars 33 forks source link

Read and use "Content-Length" #13

Open Apollon77 opened 9 years ago

Apollon77 commented 9 years ago

In my eyes it can be helpful especially for downloading files from HTTP to read "Content-length" out of the Header while skipping it and make it available like the Return Code. So it can be used to check the read content bytes after downloading it