...
This function uses the GET method to retrieve content from an HTTP server, see Response(3.0).
Code Block |
---|
Response httpGet ( string host, string path, string protocol, //Optional int port, //Optional boolean secure, //Optional int requestTimeout, //Optional int connectionTimeout, //Optional string username, //Optional string password, //Optional map<string, string> headers ) //Optional |
...