You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 26, 2018. It is now read-only.
I noticed that
HttpClientFactorydoesn't allow for adding an innerDelegatingHandlerto the request pipeline. I see you can do this by creating aReplayingHandlerdirectly, but then you're on the hook for defining the full path to JSON file. Maybe there's a best-of-both-worlds approach whereHttpClientFactorysupported DelegatingHandlers?