$ gor client/main.go
Access: 0
send: ASCII
send: PROGRAMING
send: PLUS
HTTP/1.1 200 OK
Content-Length: 12
Hello World
HTTP/1.1 200 OK
Content-Length: 12
Hello World
HTTP/1.1 200 OK
Content-Length: 12
Hello World
$ gor server/main.go
Server is running at localhost:8888
Accept 127.0.0.1:51129
GET /?message=PROGRAMING HTTP/1.1
Host: localhost:8888
Connetion: keep-alive
User-Agent: Go-http-client/1.1
GET /?message=PLUS HTTP/1.1
Host: localhost:8888
Connetion: close
User-Agent: Go-http-client/1.1
GET /?message=ASCII HTTP/1.1
Host: localhost:8888
Connetion: keep-alive
User-Agent: Go-http-client/1.1