MediaType

zio.http.MediaType
See theMediaType companion object
final case class MediaType(mainType: String, subType: String, compressible: Boolean = ..., binary: Boolean = ..., fileExtensions: List[String] = ..., extensions: Map[String, String] = ..., parameters: Map[String, String] = ...)

Attributes

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

Members list

Value members

Concrete methods

def matches(other: MediaType, ignoreParameters: Boolean = ...): Boolean

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Concrete fields