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

calaxb_2.10.0-RC1.1.0.0-RC1.source-code.httpclients.scala.template Maven / Gradle / Ivy

Go to download

scalaxb is an XML data-binding tool for Scala that supports W3C XML Schema (xsd) and wsdl.

The newest version!
package scalaxb

trait HttpClients {
  val httpClient: HttpClient

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy