File tree Expand file tree Collapse file tree 1 file changed +10
-4
lines changed
Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change 22
33A simple, high-performing mockserver that can dynamically build new routes with customized responses, parroting back whatever you tell it to.
44
5+ ## Features
6+
7+ * Simplistic and fast design
8+ * Run within your Go code, through a small binary, or in a minimal Docker container
9+ * Easily record all incoming requests to the server to programmatically react to
10+
11+ ## Use
12+
13+ See our runnable examples in [ examples_test.go] ( ./examples_test.go ) to see how to use Parrot programmatically.
14+
515## Run
616
717``` sh
818go run ./cmd
919go run ./cmd -h # See all config options
1020```
1121
12- ## Use
13-
14- See our runnable examples in [ examples_test.go] ( ./examples_test.go ) to see how to use Parrot programmatically.
15-
1622## Test
1723
1824``` sh
You can’t perform that action at this time.
0 commit comments