Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/http4s/http4s-servlet
http4s-servlet support
https://github.com/http4s/http4s-servlet
http4s scala servlet typelevel
Last synced: about 2 months ago
JSON representation
http4s-servlet support
- Host: GitHub
- URL: https://github.com/http4s/http4s-servlet
- Owner: http4s
- License: apache-2.0
- Created: 2021-11-12T04:38:25.000Z (about 3 years ago)
- Default Branch: series/0.24
- Last Pushed: 2024-12-03T07:52:20.000Z (about 2 months ago)
- Last Synced: 2024-12-03T08:36:02.842Z (about 2 months ago)
- Topics: http4s, scala, servlet, typelevel
- Language: Scala
- Homepage:
- Size: 900 KB
- Stars: 6
- Watchers: 5
- Forks: 6
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# http4s-servlet
Runs http4s apps as Java servlets. Provides components for the [http4s-jetty][http4s-jetty] and [http4s-tomcat][http4s-tomcat]
[http4s-jetty]: https://github.com/http4s/http4s-jetty
## SBT coordinates
```scala
libraryDependencies ++= Seq(
"org.http4s" %% "http4s-servlet" % http4sServletV
)
```## Compatibility
| http4s-servlet | http4s-core | servlet-api | Scala 2.12 | Scala 2.13 | Scala 3 | Status |
|:---------------|:------------|:------------|------------|------------|---------|:----------|
| 0.23.x | 0.23.x | 3.1 | ✅ | ✅ | ✅ | Stable |
| 0.24.x | 0.23.x | 4.0 | ✅ | ✅ | ✅ | Milestone |
| 0.25.x | 0.23.x | 5.0 | ✅ | ✅ | ✅ | Milestone |[http4s-jetty]: https://github.com/http4s/http4s-jetty/
[http4s-tomcat]: https://github.com/http4s/http4s-tomcat/