.http.3.6.2.source-code.module-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of http Show documentation
Show all versions of http Show documentation
HTTP classes. These classes are shared among the HTTP client and the HTTP server.
module com.hexagonkt.http {
requires transitive com.hexagonkt.core;
exports com.hexagonkt.http;
exports com.hexagonkt.http.model;
exports com.hexagonkt.http.model.ws;
exports com.hexagonkt.http.patterns;
}