Uses of Class
io.helidon.webserver.http.HttpRouting
Packages that use HttpRouting
-
Uses of HttpRouting in io.helidon.webserver.http
Methods in io.helidon.webserver.http that return HttpRoutingModifier and TypeMethodDescriptionstatic HttpRoutingHttpRouting.create()Create a default router.static HttpRoutingHttpRouting.empty()Empty routing (all requests will returnStatus.NOT_FOUND_404.