/go-post-example

Golang example to do HTTP POST request from client and handle the request in server side.

Primary LanguageGoMIT LicenseMIT

go-post-example

Build Status Go Report Card

Golang example to do HTTP POST request from client and handle the request in server side.

Client

  • Values.Encode() encodes the values into “URL encoded” form ("bar=baz&foo=quux") sorted by key.

Server