2006-02-13 14:58:34 +02:00
|
|
|
menu "httping........................... Httping is like 'ping' but for http-requests."
|
|
|
|
|
2006-02-13 14:40:39 +02:00
|
|
|
config BR2_PACKAGE_HTTPING
|
2006-02-15 17:36:28 +02:00
|
|
|
prompt "httping............................ Httping is like 'ping' but for http-requests."
|
2006-02-13 14:40:39 +02:00
|
|
|
tristate
|
|
|
|
default m if CONFIG_DEVEL
|
|
|
|
help
|
2006-02-13 14:58:34 +02:00
|
|
|
Httping is like 'ping' but for http-requests.
|
|
|
|
Give it an url, and it'll 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!
|
|
|
|
|
|
|
|
http://www.vanheusden.com/httping/
|
|
|
|
|
|
|
|
config BR2_PACKAGE_HTTPING_WITH_SSL
|
|
|
|
prompt "Enable SSL support"
|
|
|
|
bool
|
|
|
|
default y
|
2006-02-19 01:29:46 +02:00
|
|
|
depends BR2_PACKAGE_HTTPING
|
2006-02-13 14:40:39 +02:00
|
|
|
|
2006-02-13 14:58:34 +02:00
|
|
|
endmenu
|