DispositionType

scamper.http.types.DispositionType
See theDispositionType companion object

Standardized type for Content-Disposition header value.

Attributes

See also
Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def name: String

Gets name.

Gets name.

Attributes

def params: Map[String, String]

Gets parameters.

Gets parameters.

Attributes

Concrete methods

def isAttachment: Boolean

Tests for attachment.

Tests for attachment.

Attributes

def isFormData: Boolean

Tests for form-data.

Tests for form-data.

Attributes

def isInline: Boolean

Tests for inline.

Tests for inline.

Attributes

Concrete fields

lazy override val toString: String

Returns formatted disposition.

Returns formatted disposition.

Attributes