Skip to content

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

License

Notifications You must be signed in to change notification settings

cdfox-asapp/go-post-example

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%