ContentType

zio.http.Header.ContentType
See theContentType companion object
final case class ContentType(mediaType: MediaType, boundary: Option[Boundary], charset: Option[Charset]) extends Header

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Header
class Object
trait Matchable
class Any
Show all

Members list

Type members

Types

override type Self = ContentType

Value members

Concrete methods

override def headerType: Typed[ContentType]

Attributes

Definition Classes
override def self: Self

Attributes

Definition Classes

Inherited methods

def headerName: String

Attributes

Inherited from:
Header
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Concrete fields

lazy override val renderedValue: String

Inherited fields

lazy val untyped: Custom

Attributes

Inherited from:
Header