Remove pages object

The HAR Spec says that the field can be left out by applications that don't
group by pages.

http://www.softwareishard.com/blog/har-12-spec/#log
This commit is contained in:
Shadab Zafar 2016-08-03 12:16:47 +05:30
parent 2cabc65f62
commit a0932af55c

View File

@ -35,7 +35,6 @@ def start():
"version": "0.1",
"comment": "mitmproxy version %s" % version.MITMPROXY
},
"pages": [],
"entries": []
}
})