akhud78 / esp32_http_client

HTTP client component
0 stars 0 forks source link

esp32_http_client

HTTP client component

Links

Setup

Examples

cURL

Snapshot

Test

Here's the test menu, pick your combo:
(1) "get" [client]
(2) "post" [client]
(3) "image reader" [client]
(4) "image get native" [client]
(5) "list reader" [client]

Local file server

Image reader

$ cd data/test
$ python3 -m http.server 9000
Serving HTTP on 0.0.0.0 port 9000 (http://0.0.0.0:9000/) ...

List reader