Replies: 2 comments 6 replies
-
Yes, thought this too,. |
Beta Was this translation helpful? Give feedback.
6 replies
-
Yes...it calls http->stop.... with does not work for me with a stream for the reason i mentioned.... |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
while looking around the Audio.cpp file I was wondering if it would be beneficial to use the HTTPClient for request handling instead of implementing this all on our own.
Before I start trying this out, I'd like to shorly discuss if the current implementation "just happened" and nobody thought about using HTTPClient -- then I would go ahead and try it -- or if actually HTTPClient was tried before but abandoned due to technical reasons.
From my (maybe naive...) look at it, it seems using HTTPClient would simplify many things (http/https handled transparently, HTTP return code parsing etc...)
Any information is appreciated :-)
Beta Was this translation helpful? Give feedback.
All reactions