@hackage servant-xml1.0.3
Servant support for the XML Content-Type
Installation
Dependencies (6)
- base >=4.7 && <5
- bytestring
- http-media >=0.7
- servant >=0.11
- xmlbf >=0.7
- xmlbf-xeno >=0.2.2 Show all…
Dependents (1)
@hackage/acme-everything
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.