Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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).