[ 原始碼: golang-github-jarcoal-httpmock ]
套件:golang-github-jarcoal-httpmock-dev(1.1.0-1)
golang-github-jarcoal-httpmock-dev 的相關連結
Debian 的資源:
下載原始碼套件 golang-github-jarcoal-httpmock:
- [golang-github-jarcoal-httpmock_1.1.0-1.dsc]
- [golang-github-jarcoal-httpmock_1.1.0.orig.tar.gz]
- [golang-github-jarcoal-httpmock_1.1.0-1.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
HTTP mocking for Golang
This package contains software for easy mocking of http responses from external resources.
Activate starts the mock environment. This should be called before your tests run. Under the hood this replaces the Transport on the http.DefaultClient with DefaultTransport.