esp-request:该项目不再受支持,请使用

时间:2021-05-17 15:19:05
【文件属性】:
文件名称:esp-request:该项目不再受支持,请使用
文件大小:23KB
文件格式:ZIP
更新时间:2021-05-17 15:19:05
ota https esp32 http-client esp-request 适用于ESP32的轻量级HTTP客户端 例子 该项目不再受支持,请使用 int download_callback ( request_t *req, char *data, int len) { req_list_t *found = req-> response -> header ; while (found-> next != NULL ) { found = found-> next ; ESP_LOGI (TAG, " Response header %s:%s " , ( char *)found-> key , ( char *)found-> value ); } // or found = req_list_get_key (req-> response -> header , " Conten
【文件预览】:
esp-request-master
----.gitignore(83B)
----component.mk(147B)
----req_list.c(5KB)
----esp_request.c(24KB)
----LICENSE(11KB)
----uri_parser.c(9KB)
----README.md(4KB)
----include()
--------esp_request.h(3KB)
--------uri_parser.h(766B)
--------req_list.h(813B)
----SublimeAStyleFormatter.sublime-settings(19KB)
----.editorconfig(376B)

网友评论