Extended Structure
Array
extension Array
Topics
Instance Methods
func allParts(named: String) -> [MultipartPart]Returns allMultipartParts with matching name attribute in"Content-Disposition"header.func firstPart(named: String) -> MultipartPart?Returns the firstMultipartPartwith matching name attribute in"Content-Disposition"header.