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

skinny.http.FileInput.scala Maven / Gradle / Ivy

The newest version!
package skinny.http

/**
 * Body from a file.
 */
case class FileInput(file: java.io.File, contentType: String)

/**
 * No file input.
 */
object NoFileInput extends FileInput(null, null)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy