@hackage servant-xml1.0.1.2
Servant support for the XML Content-Type
Installation
Dependencies (6)
- base >=4.7 && <5
- bytestring
- http-media >=0.7 && <0.8
- servant >=0.11 && <0.14
- xmlbf >=0.4
- xmlbf-xeno >=0.1 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.