No description
Find a file
kekskurse b80633c7b7 ci
2024-09-13 22:30:57 +02: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 init 2024-09-13 20:07:48 +02:00
readme.md ci 2024-09-13 20:11:14 +02: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.

.