Popularity
5.4
Growing
Activity
4.2
-
6
3
5

Monthly Downloads: 34
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags: Web     Servant    
Latest version: v1.0.1

servant-xml alternatives and similar packages

Based on the "servant" category.
Alternatively, view servant-xml alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of servant-xml or a related project?

Add another 'servant' Package

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.