Martian Proxy v2.1.0
- 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