HTTPMethod

public enum HTTPMethod : String

Enum representing HTTP methods supported within EPI Networking.

  • GET

    The GET HTTP method.

    Declaration

    Swift

    case GET
  • The PATCH HTTP method.

    Declaration

    Swift

    case PATCH
  • The POST HTTP method.

    Declaration

    Swift

    case POST
  • PUT

    The PUT HTTP method.

    Declaration

    Swift

    case PUT
  • The DELETE HTTP method.

    Declaration

    Swift

    case DELETE