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

pment.simplehttpserver.4.4.2.source-code.module-info Maven / Gradle / Ivy

Go to download

📕 SimpleHttpServer :: Simplified implementation of the sun http server :: Simplified handlers to execute complex operations

The newest version!
module simplehttpserver {

    requires jdk.httpserver;
    requires java.net.http; // test requirement
    exports com.kttdevelopment.simplehttpserver.handler;
    exports com.kttdevelopment.simplehttpserver;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy