Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/mitmproxy/mitmproxy
/ bio_write
Method
bio_write
test/mitmproxy/proxy/layers/test_tls.py:134–135 ·
view source on GitHub ↗
(self, buf: bytes)
Source
from the content-addressed store, hash-verified
132
)
133
134
def
bio_write(self, buf: bytes) -> int:
135
return
self.inc.write(buf)
136
137
def
bio_read(self, bufsize: int = 2**16) -> bytes:
138
return
self.out.read(bufsize)
Callers
13
test_simple
Method · 0.95
test_untrusted_cert
Method · 0.95
test_unsupported_protocol
Method · 0.95
test_post_handshake_authentication
Method · 0.95
test_server_required
Method · 0.95
_test_echo
Function · 0.80
finish_handshake
Function · 0.80
test_client_only
Method · 0.80
test_mitmproxy_ca_is_untrusted
Method · 0.80
test_sslkeylogfile
Function · 0.80
do_handshake
Method · 0.80
receive_handshake_data
Method · 0.80
Calls
1
write
Method · 0.45
Tested by
no test coverage detected