freewrt_1_0
freewrt_2_0
| Rev | Line | |
|---|
| [475ad56] | 1 | menu "httping........................... Httping is like 'ping' but for http-requests."
|
|---|
| 2 |
|
|---|
| 3 | config 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 |
|
|---|
| 15 | config BR2_PACKAGE_HTTPING_WITH_SSL
|
|---|
| 16 | prompt "Enable SSL support"
|
|---|
| 17 | bool
|
|---|
| 18 | default y
|
|---|
| 19 | depends BR2_PACKAGE_HTTPING
|
|---|
| 20 |
|
|---|
| 21 | endmenu
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.