MCPcopy
hub / github.com/silenceper/wechat / HTTPGet

Function HTTPGet

util/http.go:34–36  ·  view source on GitHub ↗

HTTPGet get 请求

(uri string)

Source from the content-addressed store, hash-verified

32
33// HTTPGet get 请求
34func HTTPGet(uri string) ([]byte, error) {
35 return HTTPGetContext(context.Background(), uri)
36}
37
38// HTTPGetContext get 请求
39func HTTPGetContext(ctx context.Context, uri string) ([]byte, error) {

Callers 15

AccountListMethod · 0.92
GetCorpQualificationMethod · 0.92
ReceptionistListMethod · 0.92
UpgradeServiceConfigMethod · 0.92
UserFromCodeMethod · 0.92
GetUserInfoMethod · 0.92
DepartmentDeleteMethod · 0.92
DepartmentSimpleListMethod · 0.92
DepartmentListByIDMethod · 0.92
DepartmentGetMethod · 0.92
DeleteTagMethod · 0.92
GetTagMethod · 0.92

Calls 1

HTTPGetContextFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…