MCPcopy Create free account
hub / github.com/code-scan/Goal / Get

Method Get

Ghttp/get.go:4–6  ·  view source on GitHub ↗

Get 方法

(url string)

Source from the content-addressed store, hash-verified

2
3// Get 方法
4func (h *Http) Get(url string) *Http {
5 return h.New("GET", url)
6}

Callers 12

TestHttpFunction · 0.95
GetFunction · 0.80
PostFunction · 0.80
SetHeaderMethod · 0.80
GetRespHeadMethod · 0.80
readAllMethod · 0.80
TestNewReqFunction · 0.80
GetResultMethod · 0.80
GetResultMethod · 0.80
BeianXCNMethod · 0.80
GetResultMethod · 0.80
BeianMethod · 0.80

Calls 1

NewMethod · 0.95

Tested by 2

TestHttpFunction · 0.76
TestNewReqFunction · 0.64