HttpTracer icon indicating copy to clipboard operation
HttpTracer copied to clipboard

Results 5 HttpTracer issues
Sort by recently updated
recently updated
newest added

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 9.0.1 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...

dependencies

Due to the fact that the constructor always sets the InnerHandler the `HttpTracerHandler ` wont play nice with `HttpClientBuilder.AddHttpMessageHandler()` method. A constructor overload or options allow the HttpTracerHandler to be...

Hi there, I found your library in the course of trying to troubleshoot a Refit issue. It's one of those cases where I can make it work in Postman, but...

question

I am trying to log the response time of each API call to an external tool. Since HttpTracer internally tracks response time using StopWatch, can we access/use this data?

LogHttpRequest write info abount method and Url, but LogHttpErrorRequest haven't. ![image](https://github.com/BSiLabs/HttpTracer/assets/35966602/4afc2a97-2417-42d5-bfc6-232c7f533d81) ![image](https://github.com/BSiLabs/HttpTracer/assets/35966602/cb1ab9cd-2dd4-4941-a667-e4195c22494b)