MCPcopy
hub / github.com/urllib3/urllib3 / info

Method info

src/urllib3/response.py:682–683  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

680
681 # Compatibility method for http.cookiejar
682 def info(self) -> HTTPHeaderDict:
683 return self.headers
684
685 def geturl(self) -> str | None:
686 return self.url

Callers 1

urlopenMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected