文件名称:httpmole:HTTP Mole服务
文件大小:2.66MB
文件格式:ZIP
更新时间:2024-03-28 06:57:18
mock-server http-server Go
httpmole httpmole提供了一个HTTP模拟服务器,它将充当您的服务中的痣,告诉您http客户端发送给它的所有内容,并响应您希望其响应的任何内容。 就像一个真正的痣。 特征: 使用response-status和response-header快速启动http服务器。 使用response-file通过文本编辑器实时修改响应。 使用response-from作为代理,并可以检查对给定服务的请求/响应。 安装 go install github.com/jcchavezs/httpmole/cmd/httpmole 用法 使用二进制 httpmole -p=8082 -response-status=200 或使用响应文件: httpmole -p=8082 -response-file=./myresponse.json // myresponse.json {
【文件预览】:
httpmole-master
----.travis.yml(800B)
----.goreleaser.yml(696B)
----pkg()
--------flags()
--------responses()
--------format()
----images()
--------screencast.gif(3.42MB)
----cmd()
--------httpmole()
----Dockerfile(72B)
----examples()
--------response-file-no-json.json(164B)
--------docker-compose.yml(220B)
--------response-file.json(150B)
----.gitignore(14B)
----.golangci.yml(387B)
----Makefile(650B)
----go.sum(5KB)
----.dockerignore(11B)
----README.md(2KB)
----go.mod(432B)