No description
Find a file
kekskurse 37fe2268c9
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
response file
2024-09-13 22:33: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 response file 2024-09-13 22:33:57 +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.

.