Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 11 days 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 (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-06T00:24:18.000Z (about 1 month ago)
- Last Synced: 2024-10-11T00:09:16.459Z (28 days ago)
- Topics: brotli, compression, fs2, http4s, middleware, scala
- Language: Scala
- Homepage:
- Size: 116 KB
- Stars: 2
- Watchers: 3
- Forks: 2
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# http4s-brotli
[![Test Workflow](https://github.com/lhns/http4s-brotli/workflows/test/badge.svg)](https://github.com/lhns/http4s-brotli/actions?query=workflow%3Atest)
[![Release Notes](https://img.shields.io/github/release/lhns/http4s-brotli.svg?maxAge=3600)](https://github.com/lhns/http4s-brotli/releases/latest)
[![Maven Central](https://img.shields.io/maven-central/v/de.lolhens/http4s-brotli_2.13)](https://search.maven.org/artifact/de.lolhens/http4s-brotli_2.13)
[![Apache License 2.0](https://img.shields.io/github/license/lhns/http4s-brotli.svg?maxAge=3600)](https://www.apache.org/licenses/LICENSE-2.0)
[![Scala Steward badge](https://img.shields.io/badge/Scala_Steward-helping-blue.svg?style=flat&logo=data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAQCAMAAAARSr4IAAAAVFBMVEUAAACHjojlOy5NWlrKzcYRKjGFjIbp293YycuLa3pYY2LSqql4f3pCUFTgSjNodYRmcXUsPD/NTTbjRS+2jomhgnzNc223cGvZS0HaSD0XLjbaSjElhIr+AAAAAXRSTlMAQObYZgAAAHlJREFUCNdNyosOwyAIhWHAQS1Vt7a77/3fcxxdmv0xwmckutAR1nkm4ggbyEcg/wWmlGLDAA3oL50xi6fk5ffZ3E2E3QfZDCcCN2YtbEWZt+Drc6u6rlqv7Uk0LdKqqr5rk2UCRXOk0vmQKGfc94nOJyQjouF9H/wCc9gECEYfONoAAAAASUVORK5CYII=)](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.