boblemaire / asyncHTTPrequest

asynchronous HTTP for ESP using ESPasyncTCP. Works like XMLHTTPrequest in JS.
GNU General Public License v3.0
64 stars 31 forks source link

Doesn't work with binary data #1

Closed boblemaire closed 6 years ago

boblemaire commented 6 years ago

Just posting this issue to let folks know that the Stream buffers don't work with binary data. I'm reworking the buffering to accommodate. Should be a few days.

boblemaire commented 6 years ago

1.1.0 adds new buffering subsystem to accommodate binary data. Also should be more efficient than String.