Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/mitmproxy/mitmproxy
/ format_multidict
Method
format_multidict
mitmproxy/addons/savehar.py:311–312 ·
view source on GitHub ↗
(self, obj: _MultiDict[str, str])
Source
from the content-addressed store, hash-verified
309
return
rv
310
311
def
format_multidict(self, obj: _MultiDict[str, str]) -> list[dict]:
312
return
[{
"name"
: k,
"value"
: v}
for
k, v in obj.items(multi=True)]
Callers
2
test_request_cookies
Function · 0.95
flow_entry
Method · 0.95
Calls
1
items
Method · 0.45
Tested by
1
test_request_cookies
Function · 0.76