Structurevapor 4.114.1Vapor->NIOHTTP1
Value
HTTPHeaders+ContentDisposition.swift:23struct Valuestruct Values8NIOHTTP111HTTPHeadersV5VaporE18ContentDispositionV5ValueV What are these?742LGimport NIOHTTP1import VaporVapor 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 ContentDispositionstruct HTTPHeadersA representation of a block of HTTP header fields.
init(_ value: Value, name: String? = nil, filename: String? = nil) var filename: String?var name: String?var value: Valueprotocol EquatableA type that can be compared for value equality.
protocol Sendablestatic let attachment: HTTPHeaders.ContentDisposition.Valuestatic let formData: HTTPHeaders.ContentDisposition.Valuestatic let inline: HTTPHeaders.ContentDisposition.Valuestatic func != (lhs: Self, rhs: Self) -> Bool Returns a Boolean value indicating whether two values are not equal.