You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
HttpServer is is not part java.base module. It's not even public API. (for now it's compiled and running without problem - but internal api is internal api)
Maybe use built-in server for this implementation (org.jetbrains.io.BuiltInServer) ? Or write new via netty?