-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsimulation.json
64 lines (64 loc) · 1.17 KB
/
simulation.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"data": {
"pairs": [
{
"response": {
"status": 200,
"body": "{\n \"time\": \"10:59:29 AM\",\n \"milliseconds_since_epoch\": 1497610769753,\n \"date\": \"06-16-2017\"\n}\n",
"encodedBody": false,
"headers": {
"Access-Control-Allow-Origin": [
"*"
],
"Content-Length": [
"100"
],
"Content-Type": [
"application/json; charset=ISO-8859-1"
],
"Date": [
"Fri, 16 Jun 2017 10:59:29 GMT"
],
"Hoverfly": [
"Was-Here"
],
"Server": [
"Google Frontend"
],
"X-Cloud-Trace-Context": [
"7f2612344ed395499f444031bbea96b1"
]
}
},
"request": {
"path": {
"exactMatch": "/"
},
"method": {
"exactMatch": "GET"
},
"destination": {
"exactMatch": "time.jsontest.com"
},
"scheme": {
"exactMatch": "http"
},
"query": {
"exactMatch": ""
},
"body": {
"exactMatch": ""
}
}
}
],
"globalActions": {
"delays": []
}
},
"meta": {
"schemaVersion": "v2",
"hoverflyVersion": "v0.12.0",
"timeExported": "2017-06-16T20:59:36+10:00"
}
}