Module io.helidon.webserver.context


module io.helidon.webserver.context
Helidon WebServer Context Support. Integration of Context with WebServer. Register ContextFeature with HttpRouting.Builder.addFeature(java.util.function.Supplier). This will create a request specific context accessible through Contexts.context().