MCPcopy Create free account
hub / github.com/mitmproxy/mitmproxy / test_trailers

Method test_trailers

test/mitmproxy/test_http.py:967–968  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

965 _test_passthrough_attr(tresp(), "headers")
966
967 def test_trailers(self):
968 _test_passthrough_attr(tresp(), "trailers")
969
970 def test_timestamp_start(self):
971 _test_passthrough_attr(tresp(), "timestamp_start")

Callers

nothing calls this directly

Calls 2

trespFunction · 0.90
_test_passthrough_attrFunction · 0.85

Tested by

no test coverage detected