
jvmMain.dev.kord.rest.request.RequestBuilder.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of kord-rest-jvm Show documentation
Show all versions of kord-rest-jvm Show documentation
Idiomatic Kotlin Wrapper for The Discord API
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