Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fosskers/servant-xml

Servant support for the XML Content-Type.
https://github.com/fosskers/servant-xml

haskell servant xml

Last synced: 2 months ago
JSON representation

Servant support for the XML Content-Type.

Awesome Lists containing this project

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.