mockhttp.v1 icon indicating copy to clipboard operation
mockhttp.v1 copied to clipboard

mockhttp is a unit test tool that allow you test web services without listening port

mockhttp

Build Status

logo

mockhttp is a unit test tool that allow you test web services without listening port.

Note

This repo is out of date, we suggest you go to https://github.com/qiniu/mockhttp.v2

Document

See http://godoc.org/github.com/qiniu/mockhttp.v1

Install

go get github.com/qiniu/mockhttp.v1

Example

See examples