org.http4s.scalaxml

Type members

Classlikes

Value members

Concrete fields

override val saxFactory: SAXParserFactory

Implicits

Inherited implicits

implicit def xml[F[_]](implicit F: Concurrent[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

Inherited from:
ElemInstances
implicit def xmlEncoder(implicit charset: Charset): Pure[Elem]
Inherited from:
ElemInstances