Files
gf/.example/net/ghttp/server/form/form-client.go
2019-12-01 14:07:36 +08:00

10 lines
142 B
Go

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