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

Method all_headers

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

Source from the content-addressed store, hash-verified

859 return self._initializer["fromServiceWorker"]
860
861 async def all_headers(self) -> Headers:
862 return (await self._actual_headers()).headers()
863
864 async def headers_array(self) -> HeadersArray:
865 return (await self._actual_headers()).headers_array()

Callers

nothing calls this directly

Calls 2

_actual_headersMethod · 0.95
headersMethod · 0.45

Tested by

no test coverage detected