Home
last modified time | relevance | path

Searched refs:httpclient_post (Results 1 – 8 of 8) sorted by relevance

/AliOS-Things-master/components/http/include/
A Dhttpclient.h114 HTTPC_RESULT httpclient_post(httpclient_t *client, const char *url, httpclient_data_t *client_data);
/AliOS-Things-master/components/http/src/
A Dhttp_method_api.c70 HTTPC_RESULT httpclient_post(httpclient_t *client, const char *url, httpclient_data_t *client_data) in httpclient_post() function
/AliOS-Things-master/components/http/
A DREADME.md146 HTTPC_RESULT httpclient_post(httpclient_t *client, char *url, httpclient_data_t *client_data)
/AliOS-Things-master/components/py_engine/modules/network/http/
A Dhttputility.c257 ret = httpclient_post( in task_http_request_func()
A Dmodhttp.c332 ret = httpclient_post(&client, url, &client_data); in task_http_request_func()
A Dhttpclient.c168 ret = httpclient_post(&http_client_obj->client, url, in obj_http_post()
/AliOS-Things-master/components/amp/engine/duktape_engine/addons/network/http/
A Dmodule_http.c252 …ret = httpclient_post(&client, "https://www.ixigua.com/tlb/comment/article/v5/tab_comments/", &cli… in task_http_request_func()
/AliOS-Things-master/components/amp/engine/quickjs_engine/addons/network/http/
A Dmodule_http.c324 ret = httpclient_post(&client, param->url, &client_data); in task_http_request_func()

Completed in 12 milliseconds