Contenttype

public enum Contenttype : String

The MIME type of the content. The default is plain text. The tags are stripped from HTML content before it is analyzed; plain text is processed as submitted.

  • Undocumented

    Declaration

    Swift

    case textPlain = "text/plain"
  • Undocumented

    Declaration

    Swift

    case textHTML = "text/html"