MCPcopy Index your code
hub / github.com/mitmproxy/mitmproxy / bio_read

Method bio_read

test/mitmproxy/proxy/layers/test_tls.py:137–138  ·  view source on GitHub ↗
(self, bufsize: int = 2**16)

Source from the content-addressed store, hash-verified

135 return self.inc.write(buf)
136
137 def bio_read(self, bufsize: int = 2**16) -> bytes:
138 return self.out.read(bufsize)
139
140 def do_handshake(self) -> None:
141 return self.obj.do_handshake()

Callers 15

test_simpleMethod · 0.95
test_untrusted_certMethod · 0.95
test_server_requiredMethod · 0.95
_test_echoFunction · 0.80
finish_handshakeFunction · 0.80
test_client_onlyMethod · 0.80

Calls 1

readMethod · 0.45

Tested by

no test coverage detected