Skip to content

Instantly share code, notes, and snippets.

@matschaffer
Created February 11, 2014 00:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save matschaffer/8927373 to your computer and use it in GitHub Desktop.
Save matschaffer/8927373 to your computer and use it in GitHub Desktop.
> curl -v http://grails.org
* Adding handle: conn: 0x7fcf6b80aa00
* Adding handle: send: 0
* Adding handle: recv: 0
* Curl_addHandleToPipeline: length: 1
* - Conn 0 (0x7fcf6b80aa00) send_pipe: 1, recv_pipe: 0
* About to connect() to grails.org port 80 (#0)
* Trying 208.91.2.18...
* Connected to grails.org (208.91.2.18) port 80 (#0)
> GET / HTTP/1.1
> User-Agent: curl/7.30.0
> Host: grails.org
> Accept: */*
>
< HTTP/1.1 404 Not Found
< Content-Type: text/plain; charset=ISO-8859-1
< Content-Length: 0
< Accept-Ranges: bytes
< Date: Tue, 11 Feb 2014 00:54:06 GMT
< X-Varnish: 2136935069
< Age: 0
< Via: 1.1 varnish
< Connection: keep-alive
<
* Connection #0 to host grails.org left intact
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment