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

xyz.cssxsh.pixiv.UseHttpClient.kt Maven / Gradle / Ivy

package xyz.cssxsh.pixiv

import io.ktor.client.*

public interface UseHttpClient {

    public suspend fun  useHttpClient(block: suspend (HttpClient) -> R): R
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy