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

chrome.downloads.bindings.HttpMethod.scala Maven / Gradle / Ivy

package chrome.downloads.bindings

sealed trait HttpMethod
object HttpMethod {
  val GET: HttpMethod = "GET".asInstanceOf[HttpMethod]
  val POST: HttpMethod = "POST".asInstanceOf[HttpMethod]
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy