Skip to content

Instantly share code, notes, and snippets.

@benneic
Created February 15, 2017 03:32
Show Gist options
  • Save benneic/91a6b7585ba3f74429a6f25fdd298082 to your computer and use it in GitHub Desktop.
Save benneic/91a6b7585ba3f74429a6f25fdd298082 to your computer and use it in GitHub Desktop.
GET request (no body):
Connected to 54.83.83.185:80
HTTP/1.1 200 OK
Content-Length: 40
Content-Type: text/plain; charset=utf-8
Date: Tue, 14 Feb 2017 07:05:33 GMT
Connection: keep-alive
Body discarded
DNS Lookup TCP Connection Server Processing Content Transfer
[ 2ms | 225ms | 306ms | 0ms ]
| | | |
namelookup:2ms | | |
connect:228ms | |
starttransfer:534ms |
total:535ms
POST request (25 KB body):
Connected to 54.83.83.185:80
HTTP/1.1 200 OK
Content-Length: 0
Content-Type: text/plain; charset=utf-8
Date: Tue, 14 Feb 2017 07:05:34 GMT
Connection: keep-alive
Body discarded
DNS Lookup TCP Connection Server Processing Content Transfer
[ 2ms | 225ms | 681ms | 0ms ]
| | | |
namelookup:2ms | | |
connect:227ms | |
starttransfer:909ms |
total:909ms
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment