Created
November 1, 2012 05:58
-
-
Save benhoskings/3992114 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
> uname -a | |
Darwin ben.local 12.2.0 Darwin Kernel Version 12.2.0: Sat Aug 25 00:48:52 PDT 2012; root:xnu-2050.18.24~1/RELEASE_X86_64 x86_64 | |
> curl --version | |
curl 7.24.0 (x86_64-apple-darwin12.0) libcurl/7.24.0 OpenSSL/0.9.8r zlib/1.2.5 | |
Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp smtp smtps telnet tftp | |
Features: AsynchDNS GSS-Negotiate IPv6 Largefile NTLM NTLM_WB SSL libz | |
> curl -I -X GET "http://github.com/jashkenas/coffee-script/tarball/1.3.3" | |
HTTP/1.0 200 OK | |
Connection: Close | |
Pragma: no-cache | |
cache-control: no-cache | |
Refresh: 0.1 | |
Content-Type: text/html; charset=iso-8859-1 | |
> curl -I -X GET "http://github.com/jashkenas/coffee-script/tarball/1.3.3" | |
HTTP/1.1 301 Moved Permanently | |
Server: nginx | |
Date: Thu, 01 Nov 2012 05:56:56 GMT | |
Content-Type: text/html | |
Content-Length: 178 | |
Connection: close | |
Location: https://github.com/jashkenas/coffee-script/tarball/1.3.3 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment