HTTPModelShortType

public enum HTTPModelShortType : String, CaseIterable

Enum representing different HTTP request/response models

  • Undocumented

    Declaration

    Swift

    case JSON = "JSON"
  • XML

    Undocumented

    Declaration

    Swift

    case XML = "XML"
  • Undocumented

    Declaration

    Swift

    case HTML = "HTML"
  • Undocumented

    Declaration

    Swift

    case IMAGE = "Image"
  • Undocumented

    Declaration

    Swift

    case OTHER = "Other"