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

Function _h2_request

test/mitmproxy/proxy/layers/http/test_http_fuzz.py:288–292  ·  view source on GitHub ↗
(chunks)

Source from the content-addressed store, hash-verified

286
287
288def _h2_request(chunks):
289 tctx, layer = h2_layer(opts)
290 for chunk in chunks:
291 for _ in layer.handle_event(DataReceived(tctx.client, chunk)):
292 pass
293
294
295# fmt: off

Callers 2

Calls 3

DataReceivedClass · 0.90
h2_layerFunction · 0.85
handle_eventMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…