Uses of Interface
io.helidon.webserver.http.HttpRouting
-
Uses of HttpRouting in io.helidon.webserver.http
Modifier and TypeMethodDescriptionstatic HttpRouting
HttpRouting.create()
Create a default router.static HttpRouting
HttpRouting.empty()
Empty routing (all requests will returnStatus.NOT_FOUND_404
.