NetworkBodyType

public enum NetworkBodyType : String

NetworkBodyType represents the type of a HTTP body.

Author

Adamas

Version

1.5.0

Date

02/04/2019
  • Undocumented

    Declaration

    Swift

    case json = "application/json"
  • Undocumented

    Declaration

    Swift

    case text = "text/plain"
  • Undocumented

    Declaration

    Swift

    case javascript = "application/javascript"
  • xml

    Undocumented

    Declaration

    Swift

    case xml = "text/xml"
  • Undocumented

    Declaration

    Swift

    case html = "text/html"
  • Undocumented

    Declaration

    Swift

    case wwwForm = "application/x-www-form-urlencoded"
  • Undocumented

    Declaration

    Swift

    case formData = "multipart/form-data; boundary=----FormData"