Case
MultipartSection.boundary(end:)
A multipart boundary marker.
case boundary(end: Bool)
Parameters
endtrueif this is the final boundary that terminates the multipart message,falseif it’s a boundary that separates parts.
Case
case boundary(end: Bool)
endtrue if this is the final boundary that terminates the multipart message, false if it’s a boundary that separates parts.