MCPcopy Index your code
hub / github.com/microsoft/playwright-python / SerializedFallbackOverrides

Class SerializedFallbackOverrides

playwright/_impl/_network.py:79–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77
78
79class SerializedFallbackOverrides:
80 def __init__(self) -> None:
81 self.url: Optional[str] = None
82 self.method: Optional[str] = None
83 self.headers: Optional[Dict[str, str]] = None
84 self.post_data_buffer: Optional[bytes] = None
85
86
87def serialize_headers(headers: Dict[str, str]) -> HeadersArray:

Callers 1

__init__Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected