servant-xml: Servant support for the XML Content-Type

[ bsd3, library, web ] [ Propose Tags ]

Servant support for the Content-Type of application/xml. Anything with a Xmlbf.ToXml instance can be automatically marshalled.


[Skip to Readme]

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 1.0.0, 1.0.1, 1.0.1.1, 1.0.1.2, 1.0.1.3, 1.0.1.4, 1.0.2, 1.0.3
Dependencies base (>=4.7 && <5), bytestring, http-media (>=0.7 && <0.8), servant (>=0.11 && <0.13), xmlbf (>=0.3 && <0.4) [details]
License BSD-3-Clause
Copyright 2018 Colin Woodbury
Author Colin Woodbury
Maintainer colingw@gmail.com
Category Web
Home page https://github.com/fosskers/servant-xml
Uploaded by fosskers at 2018-03-06T00:00:49Z
Distributions LTSHaskell:1.0.3, NixOS:1.0.3, Stackage:1.0.3
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 3345 total (35 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2018-03-06 [all 1 reports]

Readme for servant-xml-1.0.0

[back to package description]

servant-xml

Servant support for XML.

Types with a ToXml instance will be automatically marshalled into XML and successfully returned by Servant endpoints. In implementing toXml, you can use the element and text primatives found in the xmlbf library.