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

Method all_headers

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

Source from the content-addressed store, hash-verified

297 return self._provisional_headers.headers()
298
299 async def all_headers(self) -> Headers:
300 return (await self._actual_headers()).headers()
301
302 async def headers_array(self) -> HeadersArray:
303 return (await self._actual_headers()).headers_array()

Calls 2

_actual_headersMethod · 0.95
headersMethod · 0.45