https://github.com/http4s/http4s-fs2-data
http4s integration with fs2-data
https://github.com/http4s/http4s-fs2-data
Last synced: 8 months ago
JSON representation
http4s integration with fs2-data
- Host: GitHub
- URL: https://github.com/http4s/http4s-fs2-data
- Owner: http4s
- License: apache-2.0
- Created: 2022-06-17T04:46:40.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-05-26T20:24:41.000Z (9 months ago)
- Last Synced: 2025-06-01T02:11:31.705Z (9 months ago)
- Language: Scala
- Homepage:
- Size: 434 KB
- Stars: 11
- Watchers: 6
- Forks: 9
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# http4s-fs2-data
Home of http4s integrations with [fs2-data][fs2-data]. Initially forked from [http4s-scala-xml][http4s-scala-xml], it now offers support for the following file formats:
* XML and Scala XML. Works as a drop-in replacement for [http4s-scala-xml][http4s-scala-xml]
* CSV
* CBOR
* JSON
Check out the [docs][docs] for examples.
## Builds for http4s-core 1.0 milestones
http4s-fs2-data is built against http4s 0.23. If you're using a http4s-core 1.0 milestone, then you can use the following versions instead:
|http4s-core|http4s-fs2-data|equivalent to main version of http4s-fs2-data|
|---|---|-----|
|1.0.0-M39|1.0.0-M40|0.2.0|
[fs2-data]: https://fs2-data.gnieh.org/
[fs2-data-xml-scala]: https://fs2-data.gnieh.org/
[http4s-scala-xml]: https://github.com/http4s/http4s-scala-xml "http4s-scala-xml"
[docs]: https://http4s.github.io/http4s-fs2-data/