HTTPMethod

public enum HTTPMethod

HTTP methods supported

  • get

    Representation of GET method

    Declaration

    Swift

    case get
  • Representation of POST method

    Declaration

    Swift

    case post
  • put

    Representation of PUT method

    Declaration

    Swift

    case put
  • Representation of DELETE method

    Declaration

    Swift

    case delete