https://github.com/yookoala/mockhttp
A minimalistic Go library to mock http transport. Neat tool for testings with mock network.
https://github.com/yookoala/mockhttp
golang http mock-network testing
Last synced: 6 months ago
JSON representation
A minimalistic Go library to mock http transport. Neat tool for testings with mock network.
- Host: GitHub
- URL: https://github.com/yookoala/mockhttp
- Owner: yookoala
- License: mit
- Created: 2018-03-23T07:49:58.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-28T08:49:57.000Z (about 8 years ago)
- Last Synced: 2025-03-27T22:36:18.394Z (about 1 year ago)
- Topics: golang, http, mock-network, testing
- Language: Go
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# mockhttp [![Documentations][shield-godoc]][godoc] [![Travis CI results][shield-travis]][travis] [![GoCover.io][shield-gocover]][gocover]
[travis]: https://travis-ci.org/yookoala/mockhttp
[shield-travis]: https://api.travis-ci.org/yookoala/mockhttp.svg?branch=master
[godoc]: https://godoc.org/github.com/yookoala/mockhttp
[shield-godoc]: https://img.shields.io/badge/godoc-reference-5272B4.svg
[gocover]: https://gocover.io/github.com/yookoala/mockhttp
[shield-gocover]: https://gocover.io/_badge/github.com/yookoala/mockhttp
A bare minimal implementation for mocking http.RoundTripper
(i.e. any http traffic response).
## License
This library is license under the MIT License agreement.
You can find a copy of the license within the repository
[here](LICENSE.md).