Maximilian Hils
|
5d2b7c52f9
|
move script context to mitmproxy.ctx
|
2016-07-08 19:57:57 -07:00 |
|
Maximilian Hils
|
7c67faa8da
|
remove script contexts
|
2016-07-07 23:50:55 -07:00 |
|
Maximilian Hils
|
c048ae1d5b
|
remove context from all scripts
|
2016-07-07 20:14:52 -07:00 |
|
Maximilian Hils
|
f259b9478f
|
disable harparser on py3
|
2016-07-07 01:21:15 -07:00 |
|
Tai Dickerson
|
c2d0910e59
|
Make har_extractor.py output HAR 1.2 spec-compliant
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
|
2016-06-14 12:47:10 -04:00 |
|
Maximilian Hils
|
63c6660895
|
update examples, tests, docs
|
2016-06-13 18:17:09 -07:00 |
|
Maximilian Hils
|
17382b963e
|
format examples
|
2016-05-29 01:23:39 -07:00 |
|
Maximilian Hils
|
35a6d6e7f6
|
response.msg -> response.reason
|
2016-04-02 22:54:46 +02:00 |
|
Maximilian Hils
|
6f902ffbb3
|
py3++: iteritems
|
2016-03-20 19:56:22 +01:00 |
|
Shadab Zafar
|
7108d72705
|
Fix pprint import
|
2016-03-04 03:02:49 +05:30 |
|
Shadab Zafar
|
1c80599379
|
Use default empty page_list
|
2016-03-04 03:02:33 +05:30 |
|
Shadab Zafar
|
1f41719bbc
|
Remove some duplication and make more pythonic har_extractor
|
2016-03-02 11:39:48 +05:30 |
|
Shadab Zafar
|
27faea2355
|
Fixup HAR Extractor
|
2016-03-01 20:20:18 +05:30 |
|
Shadab Zafar
|
6bb27c162f
|
har_extractor: Replace deprecated stuff with recommended ones
|
2016-02-20 21:01:59 +05:30 |
|
Shadab Zafar
|
be9329dfd4
|
har_extractor: Use items() instead of iteritems()
|
2016-02-20 21:01:27 +05:30 |
|
Aldo Cortesi
|
92597f82ea
|
Docs and examples to top level
|
2016-02-18 09:27:08 +13:00 |
|
Maximilian Hils
|
33fa49277a
|
move mitmproxy
|
2016-02-15 14:58:46 +01:00 |
|
Maximilian Hils
|
906360f63f
|
code -> status_code, httpversion -> http_version
|
2015-09-17 15:16:33 +02:00 |
|
Maximilian Hils
|
0af0608978
|
adjust to netlib changes
|
2015-09-16 18:45:22 +02:00 |
|
Maximilian Hils
|
5125c669cc
|
adjust to new netlib Headers class
|
2015-09-05 20:45:58 +02:00 |
|
Jim Shaver
|
b51363b3ca
|
Merge remote-tracking branch 'upstream/master' into print-bracket-fix
Conflicts:
examples/har_extractor.py
examples/nonblocking.py
examples/read_dumpfile
libmproxy/web/app.py
|
2015-05-31 01:21:44 -04:00 |
|
Jim Shaver
|
4fe2c069cc
|
Fixed print function to be inline with python 3
|
2015-05-29 23:17:48 -04:00 |
|
Aldo Cortesi
|
a05a70d816
|
Add coding style check, reformat.
|
2015-05-30 12:03:28 +12:00 |
|
Aldo Cortesi
|
bb5fb2dbe0
|
Clean up har_extractor example
- Fix spacing, line length, unused imports, unusual import idioms
- Prevent it from barfing into our test output
|
2015-01-02 13:42:43 +13:00 |
|
Justus Wingert
|
ddce662fe6
|
Added try/except block for import errors with harparser and pytz.
|
2014-11-15 22:39:15 +01:00 |
|
Justus Wingert
|
c84ad384f6
|
Updated setup.py and moved requirements to examples section. Included examples section in requirements.txt. Updated har_extractor to use command line arguments.
|
2014-11-15 22:37:32 +01:00 |
|
Justus Wingert
|
a7ab06d80e
|
Switched to pytz. Added comment for clarification on behaviour of HAREncodable. Added missing parameter in reset(). Fixed accessing headers.
|
2014-11-15 22:04:52 +01:00 |
|
Justus Wingert
|
4227feef37
|
It seems get_decoded_content can actually be shorter than content due to encoding issues. Since I'm not crazy after all it seems safe to push.
|
2014-11-15 21:14:50 +01:00 |
|
Justus Wingert
|
4342d79dc0
|
Removed the globals and replaced them with internal attributes of _HARLog. Minor bugfixes to make ssl timings work.
|
2014-11-15 20:11:25 +01:00 |
|
Justus Wingert
|
18b803d03a
|
Typo...
|
2014-11-15 18:45:28 +01:00 |
|
Justus Wingert
|
f3a78d4795
|
Improved helper method, marginally.
|
2014-11-15 18:41:51 +01:00 |
|
Justus Wingert
|
fd48a70128
|
Updated documentation and cleaned up the code.
|
2014-11-15 18:38:59 +01:00 |
|
Justus Wingert
|
acce67e1fd
|
Initial checkin with har_extractor script.
|
2014-11-15 03:34:39 +01:00 |
|