MCPcopy
hub / github.com/mitmproxy/mitmproxy / methods

Function methods

test/mitmproxy/addons/test_view.py:306–307  ·  view source on GitHub ↗
(flows)

Source from the content-addressed store, hash-verified

304 v[0].marked = True
305
306 def methods(flows):
307 return [i.request.method for i in flows]
308
309 assert methods(tctx.command(v.resolve, "~m get")) == ["GET", "GET"]
310 assert methods(tctx.command(v.resolve, "~m put")) == ["PUT", "PUT"]

Callers 1

test_resolveFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…