Package net.jrodolfo.java_evolution.java18.simple_web_server
package net.jrodolfo.java_evolution.java18.simple_web_server
Executable examples for the Java 18 Simple Web Server API.
The package starts a local static-file server with
com.sun.net.httpserver.SimpleFileServer, requests files from it, and
verifies the small local-development use case that inspired
jwebserver.
-
ClassDescriptionDemonstrates the Java 18 Simple Web Server API.Represents a response returned by the local static-file server example.