Libraries |
|
Gethttp | Source Code |
|
|
Function Summary | |||||
void |
| ||||
string |
|
Function Detail |
setProxy
const proc: setProxy (in string: serverName, in integer: portNumber)
-
Set the proxy server to be used for getHttp.
getHttp
const func string: getHttp (in string: location)
-
Get data specified by a location using the HTTP protocol.
getHttp("example.com") getHttp("www.example.com/index.html")
- Parameters:
- location - Url without http:// at the beginning.
- Returns:
- the string of data found, or "" if nothing was found.
|
|