HeaderType
public enum HeaderType
Possible header types that can be found in a part of multi-part form body.
-
A Content-Disposition header.
Declaration
Swift
case disposition
-
A Content-Type header.
Declaration
Swift
case type
-
A Content-Transfer-Encoding header.
Declaration
Swift
case transferEncoding