Skip to content

Instantly share code, notes, and snippets.

@karupanerura
Created October 12, 2019 08:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save karupanerura/8c941198c834c22245c4748d3e5234ad to your computer and use it in GitHub Desktop.
Save karupanerura/8c941198c834c22245c4748d3e5234ad to your computer and use it in GitHub Desktop.
% curl -vvv http://www.city.kawasaki.jp/
* Trying 202.214.115.96...
* TCP_NODELAY set
* Connected to www.city.kawasaki.jp (202.214.115.96) port 80 (#0)
> GET / HTTP/1.1
> Host: www.city.kawasaki.jp
> User-Agent: curl/7.54.0
> Accept: */*
>
< HTTP/1.1 200 OK
< Content-Type: text/html
< Content-Length: 15672
< Connection: keep-alive
< Date: Sat, 12 Oct 2019 08:26:33 GMT
< Server: Apache
< Last-Modified: Sat, 12 Oct 2019 08:03:44 GMT
< ETag: "3d38-594b212da8e44"
< Accept-Ranges: bytes
< Cache-Control: max-age=0
< Expires: Sat, 12 Oct 2019 08:26:33 GMT
< X-IIJ-Cache: HIT
<
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment