Tomcat Connectors and HTTP parser provides the core I/O and protocol handling for Apache Tomcat's HTTP and AJP connectors.
<dependency>
<groupId>org.apache.tomcat</groupId>
<artifactId>tomcat-coyote</artifactId>
<version>11.0.2</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Minimal example starting a Coyote HTTP server.
Ensure your runtime uses Java 17 or later.
No dependency data recorded yet.