This is the mail archive of the cygwin-apps mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[ITP] httping-1.2.5 -- Ping-like program for http-requests


Included in Debian stable

  http://packages.debian.org/httpingc

Jari

sdesc: "Ping-like program for http-requests"
ldesc: "Show how long it takes to connect to a hostname or remote
url; send a request and retrieve the reply (only the headers)."
category: Web
requires: cygwin openssl

a) manual

  wget        \
    http://cygwin.cante.net/httping/setup.hint \
    http://cygwin.cante.net/httping/httping-1.2.5-1-src.tar.bz2 \
    http://cygwin.cante.net/httping/httping-1.2.5-1.tar.bz2 \

b) automated

  gpg --keyserver wwwkeys.pgp.net --recv-keys 955A92D8

  mkdir httping ; cd httping
  rm -f get.sh get.sh.sig
  wget    http://cygwin.cante.net/httping/get.sh \
          http://cygwin.cante.net/httping/get.sh.sig &&
  gpg --verify get.sh.sig get.sh &&
  sh get.sh

-- 
Welcome to FOSS revolution: we fix and modify until it shines


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]