Basic simulationΒΆ

 1{
 2   "data": {
 3      "pairs": [
 4         {
 5            "request": {
 6               "path": [
 7                  {
 8                     "matcher": "exact",
 9                     "value": "/pages/keyconcepts/templates.html"
10                  }
11               ],
12               "method": [
13                  {
14                     "matcher": "exact",
15                     "value": "GET"
16                  }
17               ],
18               "destination": [
19                  {
20                     "matcher": "exact",
21                     "value": "docs.hoverfly.io"
22                  }
23               ],
24               "scheme": [
25                  {
26                     "matcher": "exact",
27                     "value": "http"
28                  }
29               ],
30               "body": [
31                  {
32                     "matcher": "exact",
33                     "value": ""
34                  }
35               ],
36               "query": {
37                  "query": [
38                     {
39                        "matcher": "exact",
40                        "value": "true"
41                     }
42                  ]
43               }
44            },
45            "response": {
46               "status": 200,
47               "body": "Response from docs.hoverfly.io/pages/keyconcepts/templates.html",
48               "encodedBody": false,
49               "headers": {
50                  "Hoverfly": [
51                     "Was-Here"
52                  ]
53               },
54               "templated": false
55            }
56         }
57      ],
58      "globalActions": {
59         "delays": [],
60         "delaysLogNormal": []
61      }
62   },
63   "meta": {
64      "schemaVersion": "v5.2",
65      "hoverflyVersion": "v1.2.0",
66      "timeExported": "2020-04-25T17:56:32+03:00"
67   }
68}