Content-Disposition

org.http4s.headers.Content-Disposition
See theContent-Disposition companion object
final case class Content-Disposition(dispositionType: String, parameters: Map[CIString, String])

Attributes

Companion
object
Source
Content-Disposition.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

Returns the filename* parameter if present, or else the filename parameter if present, or else none.

Returns the filename* parameter if present, or else the filename parameter if present, or else none.

Attributes

See also
Source
Content-Disposition.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product