HTTP module provides tools for building HTTP servers and clients that take full advantage of asynchronous I/O.
You can add this module to your project by inserting the following dependency to pom.xml:
<dependency> <groupId>io.datakernel</groupId> <artifactId>datakernel-http</artifactId> <version>3.2-SNAPSHOT</version> </dependency>