Instance Propertyvapor 4.114.1Vapor->MultipartKit
filename
File+Multipart.swift:36var filename: String? { get set }
var filename: String? { get set }
import MultipartKit
Parser, serializer, and Codable
support for multipart/form-data
.
import Vapor
Vapor is a framework for building server applications, APIs and websites in Swift. It provides a safe, performant and scalable foundation for building large complex backends.
struct MultipartPart
A single part of a multipart
-encoded message.
@frozen struct String
A Unicode string value that is a collection of characters.
var contentDisposition: HTTPHeaders.ContentDisposition? { get set }
var contentType: String? { get set }