1 repository
Retrieving the original template path of a matched route for logging and diagnostics.
Distinct from Path Prefix Matching: Unlike route matching, this focuses on retrieving the template pattern after a match has occurred.
Explore 1 awesome GitHub repository matching web development · Route Pattern Retrieval. Refine with filters or upvote what's useful.
Javalin is a lightweight web framework for Java and Kotlin designed for building REST APIs and web applications. It functions as an embedded Jetty web server, allowing applications to run as standalone processes without the need for an external servlet container. The project provides specialized frameworks for diverse communication patterns, including a REST API framework with automatic OpenAPI schema generation, a GraphQL API framework with query and mutation resolvers, and a WebSocket server for bidirectional real-time communication. It also includes a dedicated framework for pushing real-t
Allows retrieving the matched route template pattern from the request context for logging purposes.