Route registration that binds a contract directly to a use case.
The server synthesizes the handler: it maps parsed request parts to the use
case input, runs the use case, and returns its output as the success
response body. Use a full handle route for headers, streaming, native
Response values, or multi-status handling.
Route registration that binds a contract directly to a use case.
The server synthesizes the handler: it maps parsed request parts to the use case input, runs the use case, and returns its output as the success response body. Use a full
handleroute for headers, streaming, nativeResponsevalues, or multi-status handling.