Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/khanhtc1202/http-mock
mock http for unit test
https://github.com/khanhtc1202/http-mock
Last synced: 24 days ago
JSON representation
mock http for unit test
- Host: GitHub
- URL: https://github.com/khanhtc1202/http-mock
- Owner: khanhtc1202
- License: mit
- Created: 2018-11-27T10:12:04.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-27T16:42:29.000Z (almost 6 years ago)
- Last Synced: 2024-10-12T22:26:49.527Z (about 1 month ago)
- Language: Go
- Homepage: https://godoc.org/github.com/khanhtc1202/http-mock
- Size: 5.86 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# http-mock
[![][Build Status]](https://travis-ci.org/khanhtc1202/http-mock)
[Build Status]: https://travis-ci.org/khanhtc1202/http-mock.svg?branch=master
A package that help you create mock http call for unit test.
## Install
```$xslt
$ go get -u github.com/khanhtc1202/http-mock
```## Usage
All usage and examples are described in [GoDoc](https://godoc.org/github.com/khanhtc1202/http-mock).