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

io.api.bloxy.executor.IHttpClient.kt Maven / Gradle / Ivy

There is a newer version: 1.2.1
Show newest version
package io.api.bloxy.executor


/**
 * Http Client
 *
 * @author GoodforGod
 * @since 16.11.2018
 */
interface IHttpClient {
    fun get(url: String): String
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy