Method

public enum Method : String

Http methods

  • get
  • post
  • put
  • delete
  • get

    Undocumented

    Declaration

    Swift

    case get = "GET"
  • Undocumented

    Declaration

    Swift

    case post = "POST"
  • put

    Undocumented

    Declaration

    Swift

    case put = "PUT"
  • Undocumented

    Declaration

    Swift

    case delete = "DELETE"