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

calaxb_3.1.12.0.source-code.httpclients.scala.template Maven / Gradle / Ivy

package scalaxb

trait HttpClients {
  def httpClient: HttpClient

  trait HttpClient {
    def request(in: String, address: java.net.URI, headers: Map[String, String]): String
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy