org.http4s.scalaxml

Type members

Classlikes

Value members

Concrete fields

override val saxFactory: SAXParserFactory

Implicits

Inherited implicits

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

Inherited from
ElemInstances
implicit def xmlEncoder[F[_]](charset: Charset): EntityEncoder[F, Elem]
Inherited from
ElemInstances