bypass
Mock server
A tool to create custom HTTP responses without setting up an actual server
Bypass provides a quick way to create a custom plug that can be put in place instead of an actual HTTP server to return prebaked responses to client requests.
971 stars
10 watching
113 forks
Language: Elixir
last commit: about 1 month ago
Linked from 1 awesome list
httphttpsmocktesting
Related projects:
Repository | Description | Stars |
---|---|---|
xnbox/deepfakehttp | A web server that generates mock responses based on HTTP dumps. | 513 |
touk/http-mock-server | A tool that allows developers to mock HTTP requests and responses for testing purposes. | 9 |
driftrock/mockingbird | Assists with creating testable HTTP clients by providing an alternative implementation of HTTP requests | 3 |
mockyabstract/mocky | An online service that allows users to generate custom HTTP responses for testing and development purposes. | 2,056 |
marmelab/fakerest | A tool for intercepting and mocking HTTP requests in the browser to test REST APIs without a server. | 439 |
outofcoffee/imposter | A multipurpose mock server allowing developers to simulate API responses for testing and development purposes. | 373 |
gabrielfalcao/httpretty | Intercepts and mocks HTTP requests at the Python socket level | 2,108 |
richardszalay/mockhttp | A testing layer for the HttpClient library that allows stubbed responses to be configured using a fluent API | 1,626 |
internations/http-mock | Allows mocking of HTTP requests in unit tests to enable integration testing with the HTTP side. | 391 |
mocktools/ruby-smtp-mock | A tool for mocking SMTP servers in test environments. | 67 |
mindflayer/python-mocket | A framework for mocking socket and HTTP interactions in Python applications for testing and development. | 285 |
raathigesh/atmo | A tool for creating mock web services quickly and easily. | 815 |
pengzhanbo/vite-plugin-mock-dev-server | A tool to simulate requests and data responses in a development environment. | 170 |
sinedied/smoke | A tool for creating and managing mock servers with recording abilities | 189 |
danielgtaylor/apisprout | A lightweight mock API server for testing and development | 699 |