diff options
author | Steven King <kingrst@gmail.com> | 2010-07-08 04:07:07 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-07-08 04:07:07 -0500 |
commit | 57f728e24f153365d3a42a95f5e771fb70d8bf88 (patch) | |
tree | 63860b76e5f32bc649210581718d557df6c93b2d /network/httping/README | |
parent | 16fb03863432da273b553a9cdcf5cfeac37180fe (diff) | |
download | slackbuilds-57f728e24f153365d3a42a95f5e771fb70d8bf88.tar.gz |
network/httping: Added (HTTP Request ping)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'network/httping/README')
-rw-r--r-- | network/httping/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/network/httping/README b/network/httping/README new file mode 100644 index 0000000000..d941a039cf --- /dev/null +++ b/network/httping/README @@ -0,0 +1,6 @@ +Httping is like 'ping' but for http-requests. + +Give it a URL, and it will show you how long it takes to connect, send a +request and retrieve the reply (only the headers). Be aware that the +transmission across the network also takes time, so it measures the +latency of the webserver plus network. |