apimock 5.17.0

HTTP(S) mock server. Drop JSON files into a folder and your API immediately exists.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# Common REST error responses - a status code, optionally with a
# message body. Matched by URL path only, to keep the focus on
# `respond.status`; see ../match-headers-and-body/ for conditional
# matching.

[listener]
ip_address = "127.0.0.1"
port = 3001

[service]
rule_sets = ["apimock-rule-set.toml"]
fallback_respond_dir = "."