Packages

t

org.http4s.scalaxml

ElemInstances

trait ElemInstances extends AnyRef

Source
ElemInstances.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ElemInstances
  2. AnyRef
  3. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Concrete Value Members

  1. implicit def xml[F[_]](implicit F: Sync[F]): EntityDecoder[F, Elem]

    Handles a message body as XML.

    Handles a message body as XML.

    TODO Not an ideal implementation. Would be much better with an asynchronous XML parser, such as Aalto.

    returns

    an XML element

  2. implicit def xmlEncoder[F[_]](implicit arg0: Applicative[F], charset: Charset = DefaultCharset): EntityEncoder[F, Elem]