Libraries
Gethttps Source Code
 previous   up   next 

Function Summary
string
getHttps (in string: location)
Get data specified by a location using the HTTPS protocol.

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.


 previous   up   next