mockhttp
Client simulator
A testing layer for the HttpClient library that allows stubbed responses to be configured using a fluent API
Testing layer for Microsoft's HttpClient library. Create canned responses using a fluent API.
2k stars
20 watching
87 forks
Language: C#
last commit: 4 months ago
Linked from 2 awesome lists
dotnetdotnetcorehttpclientmockingtesting
Related projects:
Repository | Description | Stars |
---|---|---|
maxkagamine/moq.contrib.httpclient | A set of extension methods for mocking HTTP client requests and responses with Moq. | 188 |
cjstehno/ersatz | A tool for testing HTTP client code with configurable responses. | 47 |
zuplo/mockbin | A tool for generating and testing custom HTTP endpoints to simulate API responses. | 93 |
driftrock/mockingbird | Assists with creating testable HTTP clients by providing an alternative implementation of HTTP requests | 3 |
gabrielfalcao/httpretty | Intercepts and mocks HTTP requests at the Python socket level | 2,108 |
imjacobclark/herd | An experimental HTTP load testing application built using Rust to simulate large volumes of concurrent requests | 110 |
pspdfkit-labs/bypass | A tool to create custom HTTP responses without setting up an actual server | 971 |
tv42/mockhttp | Provides an HTTP mock object for unit testing Go web applications | 23 |
lake-lerna/hydra | A tool for stress testing distributed systems by simulating client load. | 13 |
xnbox/deepfakehttp | A web server that generates mock responses based on HTTP dumps. | 513 |
internations/http-mock | Allows mocking of HTTP requests in unit tests to enable integration testing with the HTTP side. | 391 |
mocktools/ruby-dns-mock | A tool that mimics DNS records for testing environments. | 66 |
mockyabstract/mocky | An online service that allows users to generate custom HTTP responses for testing and development purposes. | 2,056 |
danielgtaylor/apisprout | A lightweight mock API server for testing and development | 699 |
marmelab/fakerest | A tool for intercepting and mocking HTTP requests in the browser to test REST APIs without a server. | 439 |