Instance Propertyvapor 4.106.2Vapor->MultipartKit
contentDisposition
File+Multipart.swift:50var contentDisposition: HTTPHeaders.ContentDisposition? { get set }
var contentDisposition: HTTPHeaders.ContentDisposition? { get set }
s12MultipartKit0A4PartV5VaporE18contentDisposition8NIOHTTP111HTTPHeadersVADE07ContentF0VSgvp
What are these?
FNV24: [6J51D]
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.
import MultipartKit
Parser, serializer, and Codable
support for multipart/form-data
.
struct MultipartPart
A single part of a multipart
-encoded message.
struct HTTPHeaders
A representation of a block of HTTP header fields.
struct ContentDisposition
var contentType: String? { get set }
var filename: String? { get set }