Type Method
invalidParameterFormat(_:)
Creates an error indicating a parameter could not be read as a
key=value pair.static func invalidParameterFormat(_ parameter: String) -> ContentDisposition.Error
Parameters
parameterThe malformed parameter found in the header.
Return Value
An error instance.