HttpMethod

public enum HttpMethod : String

Supported Http Methods

  • get

    HTTP GET

    Declaration

    Swift

    case get = "GET"
  • HTTP POST

    Declaration

    Swift

    case post = "POST"