Created
October 29, 2010 21:02
-
-
Save dfdeshom/654397 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
$ curl -vv http://www.examiner.com/rss/recent/santa-ana > /dev/null* About to connect() to www.examiner.com port 80 (#0) | |
* Trying 67.220.220.55... connected | |
* Connected to www.examiner.com (67.220.220.55) port 80 (#0) | |
> GET /rss/recent/santa-ana HTTP/1.1 | |
> User-Agent: curl/7.19.7 (x86_64-pc-linux-gnu) libcurl/7.19.7 OpenSSL/0.9.8k zlib/1.2.3.3 libidn/1.15 | |
> Host: www.examiner.com | |
> Accept: */* | |
> | |
% Total % Received % Xferd Average Speed Time Time Time Current | |
Dload Upload Total Spent Left Speed | |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0< HTTP/1.1 200 OK | |
< Server: nginx/0.7.65 | |
< Date: Fri, 29 Oct 2010 21:00:51 GMT | |
< Content-Type: application/rss+xml; charset=utf-8 | |
< Transfer-Encoding: chunked | |
< Connection: keep-alive | |
< X-Powered-By: PHP/5.2.13 | |
< Expires: Sun, 19 Nov 1978 05:00:00 GMT | |
< Last-Modified: Fri, 29 Oct 2010 21:00:51 +0000 | |
< Cache-Control: no-cache, must-revalidate, post-check=0, pre-check=0 | |
< ETag: "1288386051" | |
< X-WebNode: web8.b.examiner.com | |
< | |
{ [data not shown] | |
100 29687 0 29687 0 0 109k 0 --:--:-- --:--:-- --:--:-- 128k* Connection #0 to host www.examiner.com left intact | |
* Closing connection #0 | |
############################### | |
$ curl -vv http://www.examiner.com/rss/recent/san-jose > /dev/null | |
* About to connect() to www.examiner.com port 80 (#0) | |
* Trying 67.220.220.55... connected | |
* Connected to www.examiner.com (67.220.220.55) port 80 (#0) | |
> GET /rss/recent/san-jose HTTP/1.1 | |
> User-Agent: curl/7.19.7 (x86_64-pc-linux-gnu) libcurl/7.19.7 OpenSSL/0.9.8k zlib/1.2.3.3 libidn/1.15 | |
> Host: www.examiner.com | |
> Accept: */* | |
> | |
% Total % Received % Xferd Average Speed Time Time Time Current | |
Dload Upload Total Spent Left Speed | |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0< HTTP/1.1 200 OK | |
< Server: nginx/0.7.65 | |
< Date: Fri, 29 Oct 2010 21:02:02 GMT | |
< Content-Type: application/rss+xml; charset=utf-8 | |
< Transfer-Encoding: chunked | |
< Connection: keep-alive | |
< X-Powered-By: PHP/5.2.13 | |
< Expires: Sun, 19 Nov 1978 05:00:00 GMT | |
< Last-Modified: Fri, 29 Oct 2010 21:02:01 +0000 | |
< Cache-Control: no-cache, must-revalidate, post-check=0, pre-check=0 | |
< ETag: "1288386121" | |
< X-WebNode: web9.b.examiner.com | |
< | |
{ [data not shown] | |
100 30532 0 30532 0 0 48500 0 --:--:-- --:--:-- --:--:-- 51574* Connection #0 to host www.examiner.com left intact | |
* Closing connection #0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment