MCPcopy 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 方法
4func (h *Http) Head(urls string) *Http {
5 return h.New("HEAD", urls)
6}

Callers 1

TestHeadFunction · 0.95

Calls 1

NewMethod · 0.95

Tested by 1

TestHeadFunction · 0.76