Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
urlopen
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected