No description
Find a file
Renovate Bot 4bb7d1ad7a
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/pr/woodpecker Pipeline was successful
ci/woodpecker/pull_request_closed/woodpecker Pipeline was successful
Add renovate.json
2024-09-13 20:40:43 +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 init 2024-09-13 20:07:48 +02:00
go.sum init 2024-09-13 20:07:48 +02: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.

.