Releases: vapor/multipart-kit
Releases · vapor/multipart-kit
Multipart 1.0.2
Fixed:
- Off by one parser fix.
Multipart 2.0 Alpha 1
Multipart 1.0.1
Fixed:
- Reference cycle in
FormData.Parser
.
Multipart 1.0.0
This package includes the module Multipart which is capable of parsing Content-Type: multipart as defined in RFC 2046. Multipart can also process multipart/form-data, a content type commonly used by browsers to submit forms with files.