Libraries
Https request Source Code
 previous   up   next 

Function Summary
httpResponse
https (GET, in string: location)
Get the response from the location using the HTTPS protocol.

Function Detail

https

const func httpResponse: https (GET, in string: location)

Get the response from the location using the HTTPS protocol.

https(GET, "example.com")
https(GET, "www.example.com/index.html")
Parameters:
location - Url without https:// at the beginning.
Returns:
the HTTP response from the location.


 previous   up   next