Libraries |
|
Gethttps | Source Code |
|
|
Function Summary | |||||
string |
|
Function Detail |
getHttps
const func string: getHttps (in string: location)
-
Get data specified by a location using the HTTPS protocol.
getHttps("example.com") getHttps("www.example.com/index.html")
- Parameters:
- location - Url without https:// at the beginning.
- Returns:
- the string of data found, or "" if nothing was found.
|
|