No description
Find a file
Renovate Bot 15fdd20b41
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
ci/woodpecker/pr/woodpecker Pipeline was successful
Update module github.com/urfave/cli/v2 to v2.27.5
2024-10-13 13:15:47 +00:00
.gitignore ci 2024-09-13 22:27:05 +02:00
.woodpecker.yaml ci 2024-09-13 22:27:05 +02:00
config.sample.yml init 2024-09-13 20:07:48 +02:00
Dockerfile ci 2024-09-13 22:30:57 +02:00
go.mod Update module github.com/urfave/cli/v2 to v2.27.5 2024-10-13 13:15:47 +00:00
go.sum Update module github.com/urfave/cli/v2 to v2.27.5 2024-10-13 13:15:47 +00:00
main.go ci 2024-09-13 22:37:40 +02:00
readme.md ci 2024-09-13 20:11:14 +02:00
renovate.json Add renovate.json 2024-09-13 20:40:43 +00:00

MiniMock

Small HTTP Server sending static response (body, header, httpstatuscode) based on a config file. Also all requests are stored and visible via api. This can be used to develop and tests software talking with external http servers.

.