client-common icon indicating copy to clipboard operation
client-common copied to clipboard

Stream reading in plugins

Open sagikazarmark opened this issue 9 years ago • 0 comments

In MessageFormatters we had the issue of reading from streams which might not be readable. Though that was meant for Response objects, what's the situation in case of Requests. Some plugins modify or just read the request body (like content length plugin).

Should this be our concern?

sagikazarmark avatar Nov 07 '16 11:11 sagikazarmark