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

commonMain.fuel.RequestConvertible.kt Maven / Gradle / Ivy

package fuel

/**
 * Anything that is [RequestConvertible] can be used as [request]
 */
public interface RequestConvertible {
    public val request: Request
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy