Module io.helidon.webserver.context
Package io.helidon.webserver.context
package io.helidon.webserver.context
Helidon WebServer Context Support.
Integration of
Context
with WebServer
.
Register ContextFeature
with
routing builder
.
This will create a request specific context accessible through Contexts.context()
.-
ClassesClassDescriptionAdds
Context
support to Helidon WebServer.ServiceLoader
provider implementation for context feature forWebServer
.