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