diff options
author | garga <garga@FreeBSD.org> | 2005-08-30 01:32:19 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2005-08-30 01:32:19 +0800 |
commit | 3ba0fe3dcf766e916f728720da10b9b30d5302cd (patch) | |
tree | 41c0773dc2a5f5fbfd9b18e3bec63d7c1876f5ee /net/httping/pkg-descr | |
parent | e9f159d97abab01d421f65f9bd6fc5ffa1270135 (diff) | |
download | freebsd-ports-graphics-3ba0fe3dcf766e916f728720da10b9b30d5302cd.tar.gz freebsd-ports-graphics-3ba0fe3dcf766e916f728720da10b9b30d5302cd.tar.zst freebsd-ports-graphics-3ba0fe3dcf766e916f728720da10b9b30d5302cd.zip |
Add httping 1.0.4, a ping-like tool for HTTP requests.
PR: ports/85317
Submitted by: Emanuel Haupt <ehaupt@critical.ch>
Diffstat (limited to 'net/httping/pkg-descr')
-rw-r--r-- | net/httping/pkg-descr | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/net/httping/pkg-descr b/net/httping/pkg-descr new file mode 100644 index 00000000000..b65ba2cbb10 --- /dev/null +++ b/net/httping/pkg-descr @@ -0,0 +1,8 @@ +Httping is like ping but for http-requests. Give it an url, and it will show +you how long it takes to connect, send a request and retrieve the reply (only +the headers). + +WWW: http://www.vanheusden.com/httping/ + +- ehaupt +ehaupt@critical.ch |