FilePart

trait FilePart extends Part

Represents file content in multipart form data.

See also
Companion
object
trait Part
class Object
trait Matchable
class Any

Value members

Abstract methods

def content: File

Gets file content.

Gets file content.

def getFileName: Option[String]

Gets file name specified in Content-Disposition header.

Gets file name specified in Content-Disposition header.

Inherited methods

Gets Content-Disposition header value.

Gets Content-Disposition header value.

Inherited from
Part

Gets Content-Type header value.

Gets Content-Type header value.

Inherited from
Part
def name: String

Gets name.

Gets name.

Inherited from
Part