Enumerations
The following enumerations are available globally.
-
The
ContentDisposition
represents the various content-dispositions an attachment can have.- inline: Shows the attachment inline with text.
- attachment: Shows the attachment below the text.
Declaration
Swift
public enum ContentDisposition : String, Codable
-
The
See moreHTTPMethod
enum represents the various verbs used in an HTTP request.Declaration
Swift
public enum HTTPMethod : String, CustomStringConvertible