| Libraries |
|
Https request | Source Code |
|
|
| Function Summary | |||||
| httpResponse |
| ||||
| 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.
|
|
|
