Type Method
duplicateField(_:)
Creates an error indicating a duplicate field in the header.
static func duplicateField(_ field: String) -> ContentDisposition.Error
Parameters
fieldThe name of the duplicate field.
Return Value
An error instance.
Type Method
static func duplicateField(_ field: String) -> ContentDisposition.Error
fieldThe name of the duplicate field.
An error instance.