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.
    See more

    Declaration

    Swift

    public enum ContentDisposition : String, Codable
  • The HTTPMethod enum represents the various verbs used in an HTTP request.

    See more

    Declaration

    Swift

    public enum HTTPMethod : String, CustomStringConvertible