MCPcopy
hub / github.com/psf/requests / get_new_headers

Method get_new_headers

src/requests/cookies.py:98–99  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

96 self._new_headers[name] = value
97
98 def get_new_headers(self) -> dict[str, str]:
99 return self._new_headers
100
101 @property
102 def unverifiable(self) -> bool:

Callers 1

get_cookie_headerFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected