libdeadmock 0.1.6

API Mocking and Virtualization
1
2
3
4
5
6
7
8
9
10
11
12
name = "Pattern Match - Method"
priority = 3

[request]
method_pattern = "P.*"

[response]
body_file_name = "pattern-match-method-response.json"

[[response.headers]]
key = "Content-Type"
value = "application/json"