gurl icon indicating copy to clipboard operation
gurl copied to clipboard

gURL, it's like cURL but for SPDY in Go.

gURL - go URL

it's like cURL but for SPDY in Go!

Install

Go get the comand go at : http://www.golang.org/

(ubuntu 12.04: apt-get install golang golang-go)

then :

./install.sh

Usage

gurl -h

  • curl :

    gurl -url 'https://www.google.com' -v 1

  • bench :

100 requests total, 10 parallel

gurl -url 'https://www.google.com' -n 100 -c 10