Skip to content

Martian Proxy v2.1.0

Compare
Choose a tag to compare
@bramhaghosh bramhaghosh released this 28 Sep 21:54
· 24 commits to master since this release
195b986
  • main.go uses 2 ports: 1 for proxy traffic the other for proxy API traffic
  • proxy API traffic that comes over the traffic port is forwarded to the API port
  • servemux.Filter is a new filter
  • api.Forwarder is a new modifier
  • marbl_modifier is a log streamer that streams logs over a websocket
  • remove custom response_writer used for handling API and proxy traffic over the same port
  • traffic shaping API