All Downloads are FREE. Search and download functionalities are using the official Maven repository.

.http.3.7.2.source-code.module-info Maven / Gradle / Ivy

Go to download

HTTP classes. These classes are shared among the HTTP client and the HTTP server.

The newest version!

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;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy