Module multipart_stream::serializer[][src]

Expand description

Serializes crate::Parts into a byte stream.

Functions

serialize

Serializes Parts into Bytes. Sets the Content-Length header on each part rather than expecting the caller to do so.