This repository was archived by the owner on Feb 20, 2026. It is now read-only.
Martian Proxy v.2.0.0-beta.2
Changes from v2.0.0-beta:
- MessageView: static snapshots of net/http's
RequestorResponsestructs. Useful for logging or any functionality when you need to read the full request or response (including the body), but do not want to alter the request or response in any significant way. ThemartianlogLogger now depends on this. - Separate out the logging functionality provided by martian into a
logpackage to break cyclic dependency betweenmitmandmartianwhile allowing them to share unified logging.