Skip to content

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

Initializer

init(boundary:)

Creates a new parser for messages separated by the given boundary.
init(boundary: String)

Parameters

boundary

The boundary separating the parts of the message, without its leading hyphens. For a message delimited by --abc123, pass abc123.