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

Method encode_options

mitmproxy/addons/core.py:242–246  ·  view source on GitHub ↗

The possible values for an encoding specification.

(self)

Source from the content-addressed store, hash-verified

240
241 @command.command("flow.encode.options")
242 def encode_options(self) -> Sequence[str]:
243 """
244 The possible values for an encoding specification.
245 """
246 return ["gzip", "deflate", "br", "zstd"]
247
248 @command.command("options.load")
249 def options_load(self, path: mitmproxy.types.Path) -> None:

Callers 1

test_encodingFunction · 0.95

Calls

no outgoing calls

Tested by 1

test_encodingFunction · 0.76