Skip to content

Instantly share code, notes, and snippets.

@brianf
Created December 14, 2010 16:29
Show Gist options
  • Save brianf/740656 to your computer and use it in GitHub Desktop.
Save brianf/740656 to your computer and use it in GitHub Desktop.
[brianf@sonatype01 ~]$ curl -v -H 'Range: bytes=0-10' http://repo1.maven.org/ma
ven2/com/ning/async-http-client/1.4.1/async-http-client-1.4.1-shaded.jar
* About to connect() to repo1.maven.org port 80
* Trying 172.16.0.3... * connected
* Connected to repo1.maven.org (172.16.0.3) port 80
> GET /maven2/com/ning/async-http-client/1.4.1/async-http-client-1.4.1-shaded.ja
r HTTP/1.1
User-Agent: curl/7.12.1 (i686-redhat-linux-gnu) libcurl/7.12.1 OpenSSL/0.9.7a zl
ib/1.2.1.2 libidn/0.5.6
Host: repo1.maven.org
Pragma: no-cache
Accept: */*
Range: bytes=0-10
< HTTP/1.1 206 Partial Content
< Server: nginx/0.7.62
< Date: Tue, 14 Dec 2010 16:28:57 GMT
< Content-Type: application/java-archive
< Content-Length: 11
< Last-Modified: Wed, 01 Dec 2010 16:13:45 GMT
< Connection: keep-alive
< Content-Range: bytes 0-10/1093652
* Connection #0 to host repo1.maven.org left intact
* Closing connection #0
PK♥♦¶ l[brianf@sonatype01 ~]$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment