Toolbelt.Blazor.HttpClientInterceptor icon indicating copy to clipboard operation
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?

Open snehabihani opened this issue 2 years ago • 3 comments

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.

snehabihani avatar Mar 09 '22 15:03 snehabihani