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.
mitmproxy2swagger/testdata/form_data_har.har

42 lines
1.1 KiB

{
"log": {
"version": "1.2",
"creator": { "name": "test", "version": "1.0" },
"entries": [
{
"request": {
"method": "POST",
"url": "https://httpbin.org/post",
"headers": [
{ "name": "Content-Type", "value": "application/x-www-form-urlencoded" }
],
"postData": {
"mimeType": "application/x-www-form-urlencoded",
"text": "username=alice&password=secret"
},
"queryString": [],
"cookies": [],
"headersSize": -1,
"bodySize": 29
},
"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
}
]
}
}