MockHttp allows you to create canned responses for your HttpClient calls, making it simple to test service layers without actual network interaction. You define request matching rules with a fluent API and inject the mock handler into your client.
Provides a flexible way to mock HTTP requests for .NET's HttpClient.
Developers building .NET applications who need to write unit or integration tests for code that relies on HttpClient.
Not enough data yet. Star history will appear after a few days of tracking.