Rin icon indicating copy to clipboard operation
Rin copied to clipboard

Request/response Inspector middleware for ASP.NET Core

Results 12 Rin issues
Sort by recently updated
recently updated
newest added

It would be nice to be able to track requests made by a HttpClient as well. This could be implemented via an DelegatingHandler.

Hi there, Just wanted to say that this is an amazing piece of work. Keep learning and you will definitely be a remarkable developer one day. Good luck with everything,...

Hi! I love Rin! Unfortunately, it seems it doesn't like when used with Autfac. I uploaded a repro repository here: https://github.com/kevindqc/RinShutdownProblemRepro The problem happens when I run `dotnet run`, and...

bug

When starting a background task (fire-and-forget) in a request session, Rin can't capture events after the request session complete.

enhancement

It would be awesome if user can clear requests list, like in chrome's network tab.

enhancement

Would you recommend using this in production mode? If you do so, are you planning to implement some kind of access control anytime soon?

Hi, I'm using `Rin` with an `ASP.NET Core` 6.0 web API and I found that the options given to `Rin` via the `public static IRinBuilder AddRin(this IServiceCollection services, Action? configure...

Hi, I was seeing your package featured from Nick Chapsas https://www.youtube.com/watch?v=kd4Bb9Ijlf8 and I wonder if you need a contributor to get the package ready for .net8 I worked on miniprofiler...

First of all, good job! I love this package. I have a few Razor Pages projects that are making calls to another WebApi project. Would this package work for the...