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

jvmMain.dev.kord.rest.request.RequestBuilder.kt Maven / Gradle / Ivy

There is a newer version: 0.15.0
Show newest version
package dev.kord.rest.request

import io.ktor.client.request.forms.*
import io.ktor.util.cio.*
import java.nio.file.Path

public fun  RequestBuilder.file(path: Path): Unit =
    file(path.fileName.toString(), ChannelProvider { path.readChannel() })




© 2015 - 2025 Weber Informatics LLC | Privacy Policy