https://github.com/lhns/http4s-brotli
Brotli decompression middleware for http4s
https://github.com/lhns/http4s-brotli
brotli compression fs2 http4s middleware scala
Last synced: about 1 year ago
JSON representation
Brotli decompression middleware for http4s
- Host: GitHub
- URL: https://github.com/lhns/http4s-brotli
- Owner: lhns
- License: apache-2.0
- Created: 2021-05-06T16:02:17.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2025-03-05T00:24:11.000Z (over 1 year ago)
- Last Synced: 2025-03-16T22:24:28.640Z (about 1 year ago)
- Topics: brotli, compression, fs2, http4s, middleware, scala
- Language: Scala
- Homepage:
- Size: 112 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# http4s-brotli
[](https://github.com/lhns/http4s-brotli/actions?query=workflow%3Atest)
[](https://github.com/lhns/http4s-brotli/releases/latest)
[](https://search.maven.org/artifact/de.lolhens/http4s-brotli_2.13)
[](https://www.apache.org/licenses/LICENSE-2.0)
[](https://scala-steward.org)
[Brotli](https://github.com/google/brotli) decompression middleware for http4s
### build.sbt
```sbt
libraryDependencies += "de.lolhens" %% "http4s-brotli" % "0.6.0"
```
## License
This project uses the Apache 2.0 License. See the file called LICENSE.