https://github.com/lhns/http4s-errors
Error handling utils for http4s microservices
https://github.com/lhns/http4s-errors
error-handling http4s microservice scala
Last synced: 6 months ago
JSON representation
Error handling utils for http4s microservices
- Host: GitHub
- URL: https://github.com/lhns/http4s-errors
- Owner: lhns
- License: apache-2.0
- Created: 2021-01-08T15:17:45.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2025-10-08T00:25:27.000Z (6 months ago)
- Last Synced: 2025-10-09T10:16:09.400Z (6 months ago)
- Topics: error-handling, http4s, microservice, scala
- Language: Scala
- Homepage:
- Size: 303 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# http4s-errors
[](https://github.com/lhns/http4s-errors/actions?query=workflow%3Atest)
[](https://github.com/lhns/http4s-errors/releases/latest)
[](https://search.maven.org/artifact/de.lhns/http4s-errors_2.13)
[](https://www.apache.org/licenses/LICENSE-2.0)
[](https://scala-steward.org)
### build.sbt
```sbt
// use this snippet for http4s 0.23
libraryDependencies += "de.lhns" %% "http4s-errors" % "0.5.1"
```
## License
This project uses the Apache 2.0 License. See the file called LICENSE.