commonMain.fuel.HttpLoaderFactory.kt Maven / Gradle / Ivy
package fuel
public fun interface HttpLoaderFactory {
/**
* Return a new [HttpLoader]
*/
public fun newHttpLoader(): HttpLoader
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy