mockhttp.v2 icon indicating copy to clipboard operation
mockhttp.v2 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.

Document

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

Install

go get github.com/qiniu/mockhttp.v2

Example

See examples