Skip to content

Extract multipart encoding/decoding from Vapor into MultipartKit

Compare
Choose a tag to compare
@siemensikkema siemensikkema released this 22 Jan 12:19
63352b6
This patch was authored by @JaapWijnen and released by @siemensikkema.

Extract previously embedded multipart encoding and decoding functionality into a standalone package, MultipartKit (#2553).

The public API of MultipartKit is exported so there is no need to import MultipartKit if you already import Vapor.

See: https://github.com/vapor/multipart-kit