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?