Added httping
[openwrt-10.03/.git] / package / httping / Config.in
1 config BR2_PACKAGE_HTTPING
2         prompt "httping........................... Httping is like 'ping' but for http-requests."
3         tristate
4         default m if CONFIG_DEVEL
5         help
6           Httping is like 'ping' but for http-requests.
7           Give it an url, and it'll show you how long it takes to connect, send a 
8           request and retrieve the reply (only the headers). Be aware that the 
9           transmission across the network also takes time!
10
11           http://www.vanheusden.com/httping/