Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/microsoft/Webwright
/ _request_headers
Method
_request_headers
src/webwright/models/base.py:262–263 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
260
# ---- subclass extension points ------------------------------------------------
261
262
def
_request_headers(self) -> dict[str, str]:
263
raise
NotImplementedError
264
265
def
_post_url(self) -> str:
266
raise
NotImplementedError
Callers
1
_post_with_retries
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected