This is a simple CLI tool that can be used to send requests to a SPDY server.
GET Request
$ spdy-client get --url="https://<Host>:<Port>/<Path>"
POST Request
$ spdy-client post --url="https://<Host>:<Port>/<Path>"
$ go build -o spdy-client ./main.go