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

Method make_top_layer

mitmproxy/proxy/mode_servers.py:172–173  ·  view source on GitHub ↗
(self, context: Context)

Source from the content-addressed store, hash-verified

170
171 @abstractmethod
172 def make_top_layer(self, context: Context) -> Layer:
173 pass
174
175 def to_json(self) -> dict:
176 return {

Callers 1

handle_streamMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected