.http_handlers.3.7.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_handlers Show documentation
Show all versions of http_handlers Show documentation
HTTP handlers used to apply many callbacks to HTTP calls.
The newest version!
module com.hexagonkt.http_handlers {
requires transitive com.hexagonkt.http;
requires transitive com.hexagonkt.handlers;
exports com.hexagonkt.http.handlers;
}