Skip to content

You're viewing documentation for a pre-release version. View the latest stable version

Protocol

MultipartPartEncodable

A type that can be converted to a MultipartPart.
protocol MultipartPartEncodable<Body>

Overview

Conform a type to this protocol to control how it is written into a multipart message, for instance to attach a Content-Type header alongside its bytes.

Topics

Associated Types

Instance Properties

Relationships

Conforming Types