@hackage / servant-xml

Servant support for the XML Content-Type

Latest1.0.3

About

Metadata

  • Last updated , by fosskers
  • License BSD-3-Clause
  • Categories Web Development
  • Maintained by: colin@fosskers.ca

  • Lottery factor: 0

Links

Installation

Readme

servant-xml

Servant support for XML.

Types with a ToXml instance will be automatically marshalled into XML and successfully returned by Servant endpoints. Types with a FromXml instance can be decoded from request bodies.

In implementing these typeclass instances, you can use the primatives found in the xmlbf library.