Hybrid HTTP/Message Handlers
Make a single handler serve both HTTP endpoints and message-bus invocations with identical business logic, using [WolverineVerb] and MiddlewareScoping to gate middleware by context.
Use when the same command should be callable from HTTP and from messaging, or when deciding between a hybrid handler and separate endpoint/handler pair.
Skill details
- Skill name:
wolverine-http-hybrid-handlers - Applies to:
wolverine - Tags:
http,messaging,handlers,middleware - License: Proprietary. Copyright JasperFx Software LLC.
