Created
April 25, 2013 01:50
-
-
Save lidaobing/5456934 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 -v http://rails-bestpractices.com/posts/27-replace-instance-variable-with-local-variable | |
* About to connect() to rails-bestpractices.com port 80 (#0) | |
* Trying 74.207.244.80... | |
^C | |
$ tsocks curl -v http://rails-bestpractices.com/posts/27-replace-instance-variable-with-local-variable | |
* About to connect() to rails-bestpractices.com port 80 (#0) | |
* Trying 74.207.244.80... | |
* connected | |
* Connected to rails-bestpractices.com (74.207.244.80) port 80 (#0) | |
> GET /posts/27-replace-instance-variable-with-local-variable HTTP/1.1 | |
> User-Agent: curl/7.24.0 (x86_64-apple-darwin12.0) libcurl/7.24.0 OpenSSL/0.9.8r zlib/1.2.5 | |
> Host: rails-bestpractices.com | |
> Accept: */* | |
> | |
< HTTP/1.1 200 OK | |
< Server: nginx/1.2.1 | |
< Date: Thu, 25 Apr 2013 01:49:07 GMT | |
< Content-Type: text/html; charset=utf-8 | |
< Transfer-Encoding: chunked | |
< Connection: keep-alive | |
< X-UA-Compatible: IE=Edge,chrome=1 | |
< ETag: "c9b8b83f1a97a3c1ea06ef7d51171aef" | |
< Cache-Control: max-age=0, private, must-revalidate | |
< Set-Cookie: _rails-bestpractices.com_session=BAh7B0kiD3Nlc3Npb25faWQGOgZFVEkiJWM4NmYxZWJmNWViNjM3MzdjNjlhYjkyN2E3MGQ3Nzg3BjsAVEkiEF9jc3JmX3Rva2VuBjsARkkiMUlIbkUvUHVZbmJNTEEwSGg0cW1ZS2dVSmxCdEVxd25FblV0QnQ3TXBLUUE9BjsARg%3D%3D--e3b57ee5dda1935c2b7d805f9e4455f7f3ea1746; path=/; HttpOnly | |
< X-Request-Id: e62570c0d3728f07de18a781b0f47f01 | |
< X-Runtime: 0.061331 | |
< X-Rack-Cache: miss | |
< |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment