Closed
Description
Sometimes, a body can be composed of chunks of bytes. A typical example is content generated from a template engine, with static parts and dynamic parts, where static parts' bytes can be cached.
It would be interesting to allow passing such a body in a way that saves copying the full byte array.