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

Method headers

playwright/_impl/_network.py:854–855  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

852
853 @property
854 def headers(self) -> Headers:
855 return self._provisional_headers.headers()
856
857 @property
858 def from_service_worker(self) -> bool:

Callers

nothing calls this directly

Calls 1

headersMethod · 0.45

Tested by

no test coverage detected