Created
December 14, 2010 16:15
-
-
Save jfarcand/740644 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
jfarcand:test_resume jfarcand$ curl -v -H 'Range: bytes=0-10' -H 'Authorization: Basic XXXXXXXXXXXXXXXXXXXXXX=' http://repository.sonatype. | |
org/content/groups/sonatype-grid/com/ning/async-http-client/1.4.1/async-http-client-1.4.1-shaded.jar | |
* About to connect() to repository.sonatype.org port 80 (#0) | |
* Trying 63.246.20.88... connected | |
* Connected to repository.sonatype.org (63.246.20.88) port 80 (#0) | |
> GET /content/groups/sonatype-grid/com/ning/async-http-client/1.4.1/async-http-client-1.4.1-shaded.jar HTTP/1.1 | |
> User-Agent: curl/7.19.7 (i386-apple-darwin10.2.0) libcurl/7.19.7 OpenSSL/0.9.8l zlib/1.2.3 | |
> Host: repository.sonatype.org | |
> Accept: */* | |
> Range: bytes=0-10 | |
> Authorization: Basic XXXXXXXXXXXXXXXXXXXXXXX= | |
> | |
< HTTP/1.1 200 OK | |
< Server: nginx/0.8.40 | |
< Date: Tue, 14 Dec 2010 16:13:29 GMT | |
< Content-Type: application/java-archive | |
< Connection: keep-alive | |
< Expires: Thu, 01 Jan 1970 00:00:00 GMT | |
< Set-Cookie: JSESSIONID=9klxpygd2opo;Path=/ | |
< Set-Cookie: rememberMe=deleteMe; Path=/; Expires=Mon, 13-Dec-2010 16:13:24 GMT | |
< Last-Modified: Wed, 01 Dec 2010 16:13:45 GMT | |
< ETag: "b5d77f376df1f150c175b3e5a9db36d300be00e4" | |
< Vary: Accept-Charset, Accept-Encoding, Accept-Language, Accept | |
< Content-Length: 1093652 | |
< |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment