httpmock
HTTP tester
A tool for mocking HTTP responses in Go to facilitate testing and development of applications.
HTTP mocking for Golang
2k stars
10 watching
103 forks
Language: Go
last commit: 7 days ago
Linked from 2 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
h2non/gock | Tools for mocking and testing HTTP traffic in Go | 2,102 |
alexliesenfeld/httpmock | A library that enables developers to mock HTTP responses and test their applications in isolation. | 486 |
jmervine/gohttperf | A performance testing tool for HTTP servers written in Go. | 5 |
seborama/govcr | An HTTP mock tool that records and replays interactions for offline testing of Go applications. | 174 |
domsolutions/gopayloader | A tool for benchmarking and testing HTTP/S servers with optional JWT generation | 17 |
internations/http-mock | Allows mocking of HTTP requests in unit tests to enable integration testing with the HTTP side. | 391 |
andylibrian/terjang | A tool designed to simulate high levels of HTTP traffic to test the performance and scalability of web applications | 18 |
folkertvanheusden/httping | A command-line tool that sends HTTP requests to test an HTTP server's responsiveness and reliability. | 31 |
vsco/http-test | A set of test helpers for the Goji web framework's net/http requests. | 3 |
eun/go-hit | An HTTP integration testing framework written in Go. | 255 |
patrys/httmock | A mocking library for HTTP requests in Python | 468 |
gonetx/httpit | A tool for measuring HTTP performance under various conditions and configurations. | 230 |
tv42/mockhttp | Provides an HTTP mock object for unit testing Go web applications | 23 |
jimweirich/flexmock | A flexible mock object library for unit testing Ruby applications | 94 |
steinfletcher/apitest | A simple and extensible library for behavioural testing of Go web applications. | 796 |