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

run.qontract.stub.HttpClientFactory.kt Maven / Gradle / Ivy

package run.qontract.stub

import run.qontract.test.HttpClient

class HttpClientFactory {

    fun client(baseURL: String): HttpClient = HttpClient(baseURL)
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy