Toolbelt.Blazor.HttpClientInterceptor
Toolbelt.Blazor.HttpClientInterceptor copied to clipboard
Do we have any way to read content of response if status is 200 . I have to read 2 times. Is this possible?
var captured = await e.GetCapturedContentAsync();
this statement in interceptor and reading response in _structureClient.SetAsync(setStructureCommand)
like this in page also.. so it is throwing error for already read stream.