source: freewrt/package/httping/Config.in@ 9df7618

freewrt_1_0 freewrt_2_0
Last change on this file since 9df7618 was 475ad56, checked in by Waldemar Brodkorb <wbx@…>, 20 years ago

add OpenWrt trunk revision 3830.

git-svn-id: svn://www.freewrt.org/trunk/freewrt@1 afb5a338-a214-0410-bd46-81f09a774fd1

  • Property mode set to 100644
File size: 656 bytes
Line 
1menu "httping........................... Httping is like 'ping' but for http-requests."
2
3config BR2_PACKAGE_HTTPING
4 prompt "httping............................ Httping is like 'ping' but for http-requests."
5 tristate
6 default m if CONFIG_DEVEL
7 help
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!
12
13 http://www.vanheusden.com/httping/
14
15config BR2_PACKAGE_HTTPING_WITH_SSL
16 prompt "Enable SSL support"
17 bool
18 default y
19 depends BR2_PACKAGE_HTTPING
20
21endmenu
Note: See TracBrowser for help on using the repository browser.