Routes either bind the contract directly to a use case ({ contract, useCase }) or implement a full handler ({ contract, handle }). The full
handler form is the escape hatch for response headers, streaming, native
Response values, and multi-status handling.
Route registration for one contract.
Routes either bind the contract directly to a use case (
{ contract, useCase }) or implement a full handler ({ contract, handle }). The full handler form is the escape hatch for response headers, streaming, nativeResponsevalues, and multi-status handling.