Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RetiredWizard/PyDOS
/ head
Function
head
mpython/lib/optional/urequests.py:174–175 ·
view source on GitHub ↗
(url, **kw)
Source
from the content-addressed store, hash-verified
172
173
174
def
head(url, **kw):
175
return
request(
"HEAD"
, url, **kw)
176
177
178
def
get(url, **kw):
Callers
nothing calls this directly
Calls
1
request
Function · 0.85
Tested by
no test coverage detected