HTTPMethod

public enum HTTPMethod : String

HTTP methods specified in creating a URLRequest.

  • Declaration

    Swift

    case delete = "DELETE"
  • get

    Declaration

    Swift

    case get = "GET"
  • Declaration

    Swift

    case patch = "PATCH"
  • Declaration

    Swift

    case post = "POST"
  • put

    Declaration

    Swift

    case put = "PUT"