http-body icon indicating copy to clipboard operation
http-body copied to clipboard

util: add `Collected::to_bytes_mut`

Open mladedav opened this issue 1 year ago • 0 comments

This would allow extracting body to BytesMut. This should have exactly the same performance as collecting to Bytes, if there is more than one buf in the BufList, but it doesn't freeze the Bytes.

Related axum issue

mladedav avatar Feb 08 '24 21:02 mladedav