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

Method headers_array

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

Source from the content-addressed store, hash-verified

862 return (await self._actual_headers()).headers()
863
864 async def headers_array(self) -> HeadersArray:
865 return (await self._actual_headers()).headers_array()
866
867 async def header_value(self, name: str) -> Optional[str]:
868 return (await self._actual_headers()).get(name)

Callers

nothing calls this directly

Calls 2

_actual_headersMethod · 0.95
headers_arrayMethod · 0.45

Tested by

no test coverage detected