http4s / http4s-tomcat

Apache Tomcat backend for http4s

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

http4s-tomcat

Provides an Apache Tomcat backend for http4s.

Unmaintained

As of January 4, 2023, this module is unmaintained. If you would like to help revive it, please comment on this issue and someone will help you.

See http4s-jetty and http4s-servlet for alternative servlet integrations.

SBT coordinates

libraryDependencies ++= Seq(
  "org.http4s" %% "http4s-tomcat" % http4sTomcatV
)

Compatibility

http4s-tomcat http4s-core servlet-api tomcat Scala 2.12 Scala 2.13 Scala 3 Status
0.23.x 0.23.x 3.1 9.x Stable
0.24.x 0.23.x 4.0 9.x Milestone
0.25.x 0.23.x 5.0 10.0.x Milestone

About

Apache Tomcat backend for http4s

License:Apache License 2.0


Languages

Language:Scala 96.3%Language:Nix 3.7%