zio.http.Header.ContentDisposition
See theContentDisposition companion trait
object ContentDisposition extends HeaderType
Attributes
- Companion
- trait
- Graph
-
- Supertypes
-
trait Sumtrait Mirrortrait HeaderTypetrait HeaderTypeBaseclass Objecttrait Matchableclass AnyShow all
- Self type
-
ContentDisposition.type
Members list
Type members
Classlikes
final case class Attachment(filename: Option[String]) extends ContentDisposition
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait ContentDispositiontrait Headerclass Objecttrait Matchableclass AnyShow all
final case class FormField(name: String, filename: Option[String]) extends ContentDisposition
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait ContentDispositiontrait Headerclass Objecttrait Matchableclass AnyShow all
final case class Inline(filename: Option[String]) extends ContentDisposition
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait ContentDispositiontrait Headerclass Objecttrait Matchableclass AnyShow all
Types
Inherited and Abstract types
The names of the product elements
The name of the type
Value members
Concrete methods
Attributes
- Definition Classes
Inherited methods
Attributes
- Inherited from:
- HeaderType
Attributes
- Inherited from:
- HeaderType
Attributes
- Definition Classes
- Inherited from:
- HeaderType
In this article