Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/code-scan/Goal
/ Head
Method
Head
Ghttp/head.go:4–6 ·
view source on GitHub ↗
Head 方法
(urls string)
Source
from the content-addressed store, hash-verified
2
3
// Head 方法
4
func
(h *Http) Head(urls string) *Http {
5
return
h.New(
"HEAD"
, urls)
6
}
Callers
1
TestHead
Function · 0.95
Calls
1
New
Method · 0.95
Tested by
1
TestHead
Function · 0.76