Skip to content

Instance MethodSwift

firstPart(named:)

Returns the first MultipartPart with matching name attribute in "Content-Disposition" header.
func firstPart(named name: String) -> MultipartPart?