Capability
Request Response Middleware Composition And Chaining
10 artifacts provide this capability.
Want a personalized recommendation?
Find the best match →Top Matches
via “middleware and interceptor chain composition for cross-cutting concerns”
A cloud-native Go microservices framework with cli tool for productivity.
Unique: Provides a clean middleware/interceptor chain API where each middleware can inspect/modify requests and responses. Middleware is registered in ServiceConf and applied automatically to all requests without handler code changes.
vs others: More flexible than framework-specific middleware because the chain composition pattern is simple and allows arbitrary middleware ordering and composition.