mirror of
https://github.com/vee1e/mitmproxy.git
synced 2026-09-05 04:07:20 +00:00
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 |
||
|---|---|---|
| .. | ||
| completion | ||
| console | ||
| data | ||
| fuzzing | ||
| script | ||
| tools | ||
| __init__.py | ||
| mastertest.py | ||
| mock_urwid.py | ||
| test_app.py | ||
| test_cmdline.py | ||
| test_contentview.py | ||
| test_controller.py | ||
| test_custom_contentview.py | ||
| test_dump.py | ||
| test_examples.py | ||
| test_filt.py | ||
| test_flow.py | ||
| test_flow_export.py | ||
| test_flow_format_compat.py | ||
| test_fuzzing.py | ||
| test_platform_pf.py | ||
| test_protocol_http1.py | ||
| test_protocol_http2.py | ||
| test_proxy.py | ||
| test_script.py | ||
| test_server.py | ||
| test_stateobject.py | ||
| test_utils.py | ||
| test_web_app.py | ||
| test_web_master.py | ||
| tservers.py | ||
| tutils.py | ||