Skip to content

Instance Method

finish()

Writes the final boundary to the multipart data.
mutating func finish() async throws

Discussion

This method should be called when all parts have been written to properly terminate the multipart message.

Default Implementations

MultipartWriter Implementations

  • finish()
    Writes the final boundary to the multipart data.