Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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 方法
4
func
(h *Http) Get(url string) *Http {
5
return
h.New(
"GET"
, url)
6
}
Callers
12
TestHttp
Function · 0.95
Get
Function · 0.80
Post
Function · 0.80
SetHeader
Method · 0.80
GetRespHead
Method · 0.80
readAll
Method · 0.80
TestNewReq
Function · 0.80
GetResult
Method · 0.80
GetResult
Method · 0.80
BeianXCN
Method · 0.80
GetResult
Method · 0.80
Beian
Method · 0.80
Calls
1
New
Method · 0.95
Tested by
2
TestHttp
Function · 0.76
TestNewReq
Function · 0.64