All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.sinch.sdk.core.http.HttpMethod Maven / Gradle / Ivy

There is a newer version: 1.4.0
Show newest version
package com.sinch.sdk.core.http;

public enum HttpMethod {
  GET,
  POST,
  PATCH,
  PUT,
  DELETE
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy