forked from grafana/har-to-k6
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathquery.har
28 lines (28 loc) · 803 Bytes
/
query.har
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
{
"log": {
"entries": [
{
"index": 0,
"request": {
"method": "GET",
"url": "http://test.loadimpact.com/path",
"httpVersion": "HTTP/1.1",
"queryString": [
{
"name": "utm_source",
"value": "loadimpact.com"
},
{
"name": "color",
"value": "red"
},
{
"name": "token",
"value": "abc123"
}
]
}
}
]
}
}