1 menu "httping........................... Httping is like 'ping' but for http-requests."
3 config BR2_PACKAGE_HTTPING
4 prompt "httping............................ Httping is like 'ping' but for http-requests."
6 default m if CONFIG_DEVEL
8 Httping is like 'ping' but for http-requests.
9 Give it an url, and it'll show you how long it takes to connect, send a
10 request and retrieve the reply (only the headers). Be aware that the
11 transmission across the network also takes time!
13 http://www.vanheusden.com/httping/
15 config BR2_PACKAGE_HTTPING_WITH_SSL
16 prompt "Enable SSL support"
19 depends BR2_PACKAGE_HTTPING