Home
last modified time | relevance | path

Searched refs:HTTP_GET (Results 1 – 13 of 13) sorted by relevance

/AliOS-Things-master/components/http/src/
A Dhttp_method_api.c40 int ret = httpclient_common(client, url, HTTP_GET, client_data); in httpclient_get()
43 ret = httpclient_common(client, client_data->redirect_url, HTTP_GET, client_data); in httpclient_get()
A Dhttp_client.c198 …char *meth = (method == HTTP_GET) ? "GET" : (method == HTTP_POST) ? "POST" : (method == HTTP_PUT) … in httpclient_send_header()
/AliOS-Things-master/components/py_engine/modules/network/http/
A Dhttputility.c180 ret = httpclient_send(&client, req_url, HTTP_GET, &client_data); in task_http_download_func()
239 if (http_method == HTTP_GET) { in task_http_request_func()
411 http_method = HTTP_GET; /* GET */ in native_http_request()
417 http_method = HTTP_GET; in native_http_request()
423 http_param->method = HTTP_GET; in native_http_request()
A Dmodhttp.c215 ret = httpclient_send(&client, req_url, HTTP_GET, &client_data); in task_http_download_func()
306 if (http_method == HTTP_GET) { in task_http_request_func()
528 http_method = HTTP_GET; /* GET */ in http_request()
538 http_method = HTTP_GET; in http_request()
A Dhttpclient.c602 ret = httpclient_send(&client, req_url, HTTP_GET, &client_data); in task_http_download_func()
/AliOS-Things-master/components/amp/engine/duktape_engine/addons/network/http/
A Dmodule_http.c185 ret = httpclient_send(&client, req_url, HTTP_GET, &client_data); in task_http_download_func()
238 if(http_method == HTTP_GET){ in task_http_request_func()
407 http_method = HTTP_GET; /* GET */ in native_http_request()
416 http_method = HTTP_GET; in native_http_request()
422 http_param->method = HTTP_GET; in native_http_request()
/AliOS-Things-master/components/amp/engine/quickjs_engine/addons/network/http/
A Dmodule_http.c194 ret = httpclient_send(&client, req_url, HTTP_GET, &client_data); in http_download_func()
303 if (param->method == HTTP_GET) { in task_http_request_func()
418 http_param->method = HTTP_GET; /* GET */ in native_http_get_param()
424 http_param->method = HTTP_GET; in native_http_get_param()
427 http_param->method = HTTP_GET; in native_http_get_param()
/AliOS-Things-master/components/ucloud_ai/src/
A Ducloud_ai_common.c112 ret = httpclient_send(&ai_client, (const char *)url, HTTP_GET, &ai_client_data); in ucloud_ai_get_stream()
/AliOS-Things-master/components/http/include/
A Dhttpclient.h27 HTTP_GET, enumerator
/AliOS-Things-master/components/ucamera/src/device/wifi/
A Dwifi_camera.c89 …ret = httpclient_send(&wifi_camera_client, (const char *)WIFICAMERA_URL, HTTP_GET, &wifi_camera_cl… in wifi_camera_get_frame()
/AliOS-Things-master/components/py_engine/external/app_mgr/
A Dapp_mgr.c119 ret = httpclient_send(&client, req_url, HTTP_GET, &client_data); in task_http_download_func()
/AliOS-Things-master/components/uvoice/application/alicloudtts/
A Dalicloudtts.c197 ret = httpclient_send(&client, req_url, HTTP_GET, &client_data); in http_download()
/AliOS-Things-master/components/ota/ota_agent/download/
A Dota_download_http.c114 ret = httpclient_send(client, url, HTTP_GET, client_data); in ota_httpc_request_send()

Completed in 17 milliseconds