parent
8098a7c0d0
commit
0cfa11b1a5
@ -0,0 +1,39 @@
|
|||||||
|
{
|
||||||
|
"log": {
|
||||||
|
"version": "1.2",
|
||||||
|
"creator": { "name": "test", "version": "1.0" },
|
||||||
|
"entries": [
|
||||||
|
{
|
||||||
|
"request": {
|
||||||
|
"method": "GET",
|
||||||
|
"url": "https://httpbin.org/get?search=test",
|
||||||
|
"headers": [
|
||||||
|
{ "name": "X-Api-Key", "value": "mykey" }
|
||||||
|
],
|
||||||
|
"queryString": [
|
||||||
|
{ "name": "search", "value": "test" }
|
||||||
|
],
|
||||||
|
"cookies": [],
|
||||||
|
"headersSize": -1,
|
||||||
|
"bodySize": 0
|
||||||
|
},
|
||||||
|
"response": {
|
||||||
|
"status": 200,
|
||||||
|
"statusText": "OK",
|
||||||
|
"headers": [
|
||||||
|
{ "name": "Content-Type", "value": "application/json" }
|
||||||
|
],
|
||||||
|
"cookies": [],
|
||||||
|
"content": { "size": 2, "mimeType": "application/json", "text": "{}" },
|
||||||
|
"redirectURL": "",
|
||||||
|
"headersSize": -1,
|
||||||
|
"bodySize": 2
|
||||||
|
},
|
||||||
|
"cache": {},
|
||||||
|
"timings": { "send": 0, "wait": 1, "receive": 1 },
|
||||||
|
"startedDateTime": "2024-01-01T00:00:00.000Z",
|
||||||
|
"time": 2
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Reference in new issue