MCPcopy 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
174def head(url, **kw):
175 return request("HEAD", url, **kw)
176
177
178def get(url, **kw):

Callers

nothing calls this directly

Calls 1

requestFunction · 0.85

Tested by

no test coverage detected