Files
gf/.example/net/ghttp/server/form/form-client.go
2021-10-11 21:41:56 +08:00

10 lines
145 B
Go

package main
import (
"github.com/gogf/gf/v2/net/ghttp"
)
func main() {
ghttp.PostContent("http://127.0.0.1:8199/", "array[]=1&array[]=2")
}