Go-Server

To make a simple get request do

curl localhost:8080

curl localhost:8080/about

To make a simple post request do

curl -d "data to be sent" localhost:8080/post