implementation("io.ktor:ktor-server-tomcat:3.5.1")
Integrates Tomcat as the server engine, enabling efficient, asynchronous handling of HTTP/2 requests. Note: This module is deprecated; use the ktor-server-tomcat-jakarta module instead.