Fetch 实现 http/https 访问 和 GET/POST 请求, 根据给定的 method (GET, POST, HEAD, PUT 等等), urlStr (网址), post (post 数据), header (header 请求头数据), 进行网站访问。 返回值分别为 网站主体, 错误
(method string, urlStr string, post interface{}, header map[string]string)
source not stored for this graph (policy: none)
no outgoing calls
no test coverage detected