You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
40 lines
1.0 KiB
40 lines
1.0 KiB
{
|
|
"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
|
|
}
|
|
]
|
|
}
|
|
}
|