HttpCodecs

csw.config.client.HttpCodecs
trait HttpCodecs

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete fields

lazy val mediaTypes: Seq[WithFixedCharset]
lazy val unmarshallerContentTypes: Seq[ContentTypeRange]

Implicits

Implicits

implicit def marshaller[A : Encoder]: ToEntityMarshaller[A]
implicit def unmarshaller[A : Decoder]: FromEntityUnmarshaller[A]