Added Option to add Interceptors on Client Level#2076
Added Option to add Interceptors on Client Level#2076fseidl-bauradar wants to merge 28 commits intorestsharp:devfrom
Conversation
Removed Console.Test which is not inside Repository
|
According to the last conversation, you don't like the interfaces, so now I removed them and moved all up into a abstract class named Interceptor, which has 4 Methodes which can be overriden. |
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
|
|
|
No activity by the author at all, waiting for answer from the author. |
|
I don't see how my code could produce this error. |
|
But I found out that exceptions thrown inside the Interceptor are not propagated as expected. OnBeforeRequest was inside a non async Context, so I moved the call out including code before. |
…ch to propagate Exceptions to Callers
|
Closed because of correction New pullrequest #2108 |
|
Locally all tests but 3 are running successful No interaction with Interceptors or any change that would explain this, I thing that this lies in the realm of the EchoHandler. |

Description
Added Possibility to add Client wide Interceptors, to check Request and Responses on multiple positions
Purpose
This pull request is a:
Checklist