HTTPMethod

public enum HTTPMethod : String

Type representing all supported HTTP methods.

  • get

    Undocumented

    Declaration

    Swift

    case get = "GET"
  • Undocumented

    Declaration

    Swift

    case post = "POST"
  • put

    Undocumented

    Declaration

    Swift

    case put = "PUT"
  • Undocumented

    Declaration

    Swift

    case patch = "PATCH"