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

.http.3.6.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.

There is a newer version: 3.7.0
Show 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