1 مستودع
Support for defining and using non-standard HTTP methods with full path parameter and handler support.
Distinct from HTTP Methods: Distinct from HTTP Methods: extends beyond standard methods to allow custom verbs.
Explore 1 awesome GitHub repository matching web development · Non-Standard Method Handlers. 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
Supports the registration of non-standard HTTP methods to enable specialized protocols like WebDAV.