Add httpmock package (#2430)

This commit is contained in:
Maxime Soulé 2019-03-19 10:58:04 +01:00 committed by Ceriath
parent bc4e532133
commit 790e5993e7

View File

@ -1396,6 +1396,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
* [gomock](https://github.com/golang/mock) - Mocking framework for the Go programming language. * [gomock](https://github.com/golang/mock) - Mocking framework for the Go programming language.
* [govcr](https://github.com/seborama/govcr) - HTTP mock for Golang: record and replay HTTP interactions for offline testing. * [govcr](https://github.com/seborama/govcr) - HTTP mock for Golang: record and replay HTTP interactions for offline testing.
* [hoverfly](https://github.com/SpectoLabs/hoverfly) - HTTP(S) proxy for recording and simulating REST/SOAP APIs with extensible middleware and easy-to-use CLI. * [hoverfly](https://github.com/SpectoLabs/hoverfly) - HTTP(S) proxy for recording and simulating REST/SOAP APIs with extensible middleware and easy-to-use CLI.
* [httpmock](https://github.com/jarcoal/httpmock) - Easy mocking of HTTP responses from external resources.
* [minimock](https://github.com/gojuno/minimock) - Mock generator for Go interfaces. * [minimock](https://github.com/gojuno/minimock) - Mock generator for Go interfaces.
* [mockhttp](https://github.com/tv42/mockhttp) - Mock object for Go http.ResponseWriter. * [mockhttp](https://github.com/tv42/mockhttp) - Mock object for Go http.ResponseWriter.