Commit Graph

15 Commits

Author SHA1 Message Date
Shadab Zafar 4f1fb43dcc Use postData field in PUT, PATCH requests too
The HAR spec isn't really clear on whether this should be the case,
but Google Chrome does this, so I think we should too.
2016-08-15 12:00:23 +05:30
Shadab Zafar 15c488225f Refactor format_cookies 2016-08-15 12:00:23 +05:30
Shadab Zafar 567cbe6cb9 Support .zhar compression 2016-08-15 12:00:23 +05:30
Shadab Zafar ac97e5efa1 Add text field to response content 2016-08-15 12:00:23 +05:30
Shadab Zafar 9aa230707d Add serverIPAddress field 2016-08-15 12:00:23 +05:30
Shadab Zafar 7de48fc197 Add postData field 2016-08-15 12:00:23 +05:30
Shadab Zafar b14eb57db1 Add SSL & Connect timings 2016-08-15 12:00:23 +05:30
Shadab Zafar 23b9ef799e Add a ctx.log on finish 2016-08-15 12:00:23 +05:30
Shadab Zafar 456f80d862 Open JSON file in text mode 2016-08-15 12:00:23 +05:30
Shadab Zafar 2c9240fd22 Simplify name_value 2016-08-15 12:00:23 +05:30
Shadab Zafar e9c6563367 Fix wrong import 2016-08-15 12:00:23 +05:30
Shadab Zafar a2a8283fa4 Improve cookies formatting 2016-08-15 12:00:23 +05:30
Shadab Zafar 55f1ffe0b1 Format Cookies according to the HAR Spec 2016-08-15 12:00:23 +05:30
Shadab Zafar a0932af55c 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
2016-08-15 12:00:23 +05:30
Shadab Zafar 250e4a17d0 Welcome har_dump 2016-08-15 12:00:23 +05:30