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()
.-
Packages
ExportsIndirect Exports -
Modules
RequiresModifierModuleDescriptiontransitiveThe Builder API module.transitiveHelidon Common library.transitiveHelidon Common Config Library.Indirect Requires