HeaderType
public enum HeaderType
Possible header types that can be found in a part of multi-part body.
-
A Content-Disposition header (multipart/form-data bodies).
Declaration
Swift
case disposition -
A Content-Type header (multipart/form-data bodies).
Declaration
Swift
case type -
A Content-Transfer-Encoding header (multipart/form-data bodies).
Declaration
Swift
case transferEncoding -
A Content-Range header (multipart/byteranges bodies).
Declaration
Swift
case contentRange
View on GitHub
HeaderType Enumeration Reference