org.http4s

scalaxml

package scalaxml

Linear Supertypes
ElemInstances, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. scalaxml
  2. ElemInstances
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. trait ElemInstances extends AnyRef

Value Members

  1. implicit def xml(implicit parser: SAXParser = XML.parser): EntityDecoder[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.

    parser

    the SAX parser to use to parse the XML

    returns

    an XML element

    Definition Classes
    ElemInstances
  2. implicit def xmlEnocder(implicit charset: Charset = DefaultCharset): EntityEncoder[Elem]

    Definition Classes
    ElemInstances

Inherited from ElemInstances

Inherited from AnyRef

Inherited from Any

Ungrouped