github.com/gogf/gf@v1.16.9/.example/net/ghttp/server/form/form-client.go (about)

     1  package main
     2  
     3  import (
     4  	"github.com/gogf/gf/net/ghttp"
     5  )
     6  
     7  func main() {
     8  	ghttp.PostContent("http://127.0.0.1:8199/", "array[]=1&array[]=2")
     9  }