logbook icon indicating copy to clipboard operation
logbook copied to clipboard

Support for JDK HTTP server

Open phejl opened this issue 3 years ago • 0 comments

Detailed Description

It would great to have support for JDK HTTP server. Available directly in JDK and good enough for simple tasks. https://docs.oracle.com/javase/8/docs/jre/api/net/httpserver/spec/com/sun/net/httpserver/HttpServer.html

Context

JDK server works great is lightweight and baked into the JDK. I think others might find it useful.

Possible Implementation

New module supporting the server.

phejl avatar Dec 21 '21 22:12 phejl