refactor: use extensible request handlers - #1357
Conversation
|
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #1357 +/- ##
===========================================
- Coverage 73.90% 21.19% -52.72%
===========================================
Files 446 423 -23
Lines 76049 66912 -9137
Branches 76049 66912 -9137
===========================================
- Hits 56205 14179 -42026
- Misses 17789 52043 +34254
+ Partials 2055 690 -1365 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
This is a draft PR exploring a design for request handlers that's extensible for different chain types and (potentially) third party extensions.
The new design allows us to generate documentation per handler, instead of having to extract documentation from the large
enum MethodInvocationtype.To do
matchstatement to dynamic trait objects