Updated HeaderQueryBehavior to support two generic type parameters, TRequest and TResponse, for improved flexibility. Replaced the single TRecAction type parameter and Unit return type with a more generic implementation. Updated where constraints to reflect the new generic types. Modified the Handle method signature and logic to align with the updated generic parameters.
ReC
Description
Languages
C#
100%