You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have code that uses the Read trait to stream the response data, but in order to get that for this library I had to jump through Request::split: request.split().2. Is there a reason that a simple Request::reader() isn't exposed?
The text was updated successfully, but these errors were encountered:
I have code that uses the
Read
trait to stream the response data, but in order to get that for this library I had to jump throughRequest::split
:request.split().2
. Is there a reason that a simpleRequest::reader()
isn't exposed?The text was updated successfully, but these errors were encountered: