//
pkg.gl
Category
github.com/kipling-engineering/kipling-cn-infra
rpc
rest
mock
package
0.1.1
Repository:
https://github.com/kipling-engineering/kipling-cn-infra.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
4
Dependents
0
Files
28 SLOC
#
Structs
HTTPMock
HTTPMock is supposed to be used to mock real HTTP server but have the ability to test all other httpmux plugin related code Example: httpmux.FromExistingServer(mock.SetHandler) mock.NewRequest("GET", "/v1/a", nil) .