In-memory HttpServer Handler
Posted on October 18, 2021
JDK 18 will introduce a simple Web server (see JEP 408). Here is an example of an HTTP handler implementation that serves in-memory assets. This is useful for running HTTP client tests that want to issue GET or HEAD requests against a well-known set of assets…
More at https://sormuras.github.io/blog/2021-05-09-in-memory-http-server-handler.html