Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Botloader/botloader
/ head
Function
head
components/runtime/src/ts/httpclient.ts:46–48 ·
view source on GitHub ↗
(path: string, init?: RequestInit)
Source
from the content-addressed store, hash-verified
44
* @category Helpers
45
*/
46
export
function
head(path: string, init?: RequestInit) {
47
return
request(
"HEAD"
, path, init);
48
}
49
50
/**
51
* Construct a
new
PATCH request
Callers
nothing calls this directly
Calls
1
request
Function · 0.85
Tested by
no test coverage detected