I couldn't figure out how to nicely convert a streamable reqwest::Response
into a Readable
#48
Labels
question
Further information is requested
this is likely because I am bad at rust but I struggled to get this working (though in theory it shouldn't be too difficult?)
I was hoping to be able to do something like:
or even with bytes_stream
fell back on
but I'm pretty sure that's not going to stream the response and it's going to convert it back and forth from Bytes -> String -> Vec -> String unnecessarily
The text was updated successfully, but these errors were encountered: