-
Notifications
You must be signed in to change notification settings - Fork 4
Random
Zelenko edited this page Apr 19, 2018
·
16 revisions
test this code
resp, err := http.Get("http://example.com/")
...
resp, err := http.Post("http://example.com/upload", "image/jpeg", &buf)
...
resp, err := http.PostForm("http://example.com/form",
url.Values{"key": {"Value"}, "id": {"123"}})Working on core infrastructure and user facing applications.