Method Protocols.HTTP.get_url_data()
- Method
get_url_data
stringget_url_data(string|Standards.URIurl,void|mapping(string:int|string|array(string))query_variables,void|mapping(string:string|array(string)|int)request_headers,void|Protocols.HTTP.Querycon)- Description
Returns the returned data after calling the requested server for information through HTTP GET.
0is returned upon failure. Redirects (HTTP 302) are automatically followed.