1 repository
Extracting service and method identifiers from URL paths based on predefined naming conventions.
Distinct from Service Method Mapping: Focuses on parsing the URL path to identify the RPC method, whereas service method mapping is the broader association of methods to endpoints.
Explore 1 awesome GitHub repository matching web development · Schema-Based Path Parsing. Refine with filters or upvote what's useful.
Connect-go is a library for building type-safe remote procedure call services that are wire-compatible with gRPC and HTTP. It provides a Go implementation of Protocol Buffers for structured data exchange, enabling the creation of multi-protocol RPC servers and generated type-safe clients. The framework is distinguished by its polyglot protocol support, allowing a single server handler to serve requests using several different protocols simultaneously over HTTP. This includes the ability to toggle between different transport protocols for the same service and the use of pluggable content negot
Provides a predictable naming convention to parse package, service, and method names from HTTP request paths.