body)
在这里,您可以将提交文本(即请求正文)作为字符串传递给“body”参数。例如:
body := "hello world"
req, err := http.NewRequest("POST", url, strings.NewReader(body))
在这个例子中,“strings.NewReader”函数将字符串转换为io.Reader接口,以便可以将其作为请求正文发送。
body)
在这里,您可以将提交文本(即请求正文)作为字符串传递给“body”参数。例如:
body := "hello world"
req, err := http.NewRequest("POST", url, strings.NewReader(body))
在这个例子中,“strings.NewReader”函数将字符串转换为io.Reader接口,以便可以将其作为请求正文发送。
本站部分文章来源于网络,版权归原作者所有,如有侵权请联系站长删除。
转载请注明出处:https://golang.0voice.com/?id=4903
还没有评论,快来说点什么吧~