ContentType

public enum ContentType : String, CaseIterable

The body type of a HTTP request

Version

1.0.0

Date

20/11/22

Author

Adamas
  • Undocumented

    Declaration

    Swift

    case json = "application/json"
  • Undocumented

    Declaration

    Swift

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

    Declaration

    Swift

    case html = "text/html"