Skip to content

Instance Method

firstPart(named:)

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