aboutsummaryrefslogtreecommitdiffstats
path: root/examples/har_extractor.py
Commit message (Collapse)AuthorAgeFilesLines
* move script context to mitmproxy.ctxMaximilian Hils2016-07-081-3/+3
|
* remove script contextsMaximilian Hils2016-07-071-3/+4
|
* remove context from all scriptsMaximilian Hils2016-07-071-3/+9
|
* disable harparser on py3Maximilian Hils2016-07-071-0/+6
|
* Make har_extractor.py output HAR 1.2 spec-compliantTai Dickerson2016-06-141-1/+3
| | | | | | | | HAR files were failing to load in harviewer (http://www.softwareishard.com/har/viewer/) due to: - ISO 8601 dates for startedDateTime missing timezone (http://www.softwareishard.com/blog/har-12-spec/#pages) -- Used UTC but could add detection of default system timezone if desired - pages object missing pageTimings (http://www.softwareishard.com/blog/har-12-spec/#pageTimings) -- Used {} because all child fields are optional
* update examples, tests, docsMaximilian Hils2016-06-131-3/+4
|
* format examplesMaximilian Hils2016-05-291-2/+5
|
* response.msg -> response.reasonMaximilian Hils2016-04-021-1/+1
|
* py3++: iteritemsMaximilian Hils2016-03-201-1/+2
|
* Fix pprint importShadab Zafar2016-03-041-1/+1
|
* Use default empty page_listShadab Zafar2016-03-041-2/+2
|
* Remove some duplication and make more pythonic har_extractorShadab Zafar2016-03-021-81/+59
|
* Fixup HAR ExtractorShadab Zafar2016-03-011-9/+20
|
* har_extractor: Replace deprecated stuff with recommended onesShadab Zafar2016-02-201-3/+3
|
* har_extractor: Use items() instead of iteritems()Shadab Zafar2016-02-201-2/+2
|
* Docs and examples to top levelAldo Cortesi2016-02-181-0/+253
|
* move mitmproxyMaximilian Hils2016-02-151-253/+0
|
* code -> status_code, httpversion -> http_versionMaximilian Hils2015-09-171-4/+3
|
* adjust to netlib changesMaximilian Hils2015-09-161-1/+1
|
* adjust to new netlib Headers classMaximilian Hils2015-09-051-5/+5
|
* Merge remote-tracking branch 'upstream/master' into print-bracket-fixJim Shaver2015-05-311-33/+53
|\ | | | | | | | | | | | | | | Conflicts: examples/har_extractor.py examples/nonblocking.py examples/read_dumpfile libmproxy/web/app.py
| * Add coding style check, reformat.Aldo Cortesi2015-05-301-34/+54
| |
* | Fixed print function to be inline with python 3Jim Shaver2015-05-291-1/+1
|/
* Clean up har_extractor exampleAldo Cortesi2015-01-021-54/+76
| | | | | - Fix spacing, line length, unused imports, unusual import idioms - Prevent it from barfing into our test output
* Added try/except block for import errors with harparser and pytz.Justus Wingert2014-11-151-2/+8
|
* Updated setup.py and moved requirements to examples section. Included ↵Justus Wingert2014-11-151-14/+22
| | | | examples section in requirements.txt. Updated har_extractor to use command line arguments.
* Switched to pytz. Added comment for clarification on behaviour of ↵Justus Wingert2014-11-151-15/+8
| | | | HAREncodable. Added missing parameter in reset(). Fixed accessing headers.
* It seems get_decoded_content can actually be shorter than content due to ↵Justus Wingert2014-11-151-1/+1
| | | | encoding issues. Since I'm not crazy after all it seems safe to push.
* Removed the globals and replaced them with internal attributes of _HARLog. ↵Justus Wingert2014-11-151-34/+46
| | | | Minor bugfixes to make ssl timings work.
* Typo...Justus Wingert2014-11-151-1/+1
|
* Improved helper method, marginally.Justus Wingert2014-11-151-4/+4
|
* Updated documentation and cleaned up the code.Justus Wingert2014-11-151-105/+91
|
* Initial checkin with har_extractor script.Justus Wingert2014-11-151-0/+207