# esp32-http-client **Repository Path**: rillhu/esp32-http-client ## Basic Information - **Project Name**: esp32-http-client - **Description**: No description available - **Primary Language**: C - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2021-12-20 - **Last Updated**: 2022-06-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # esp32Http HTTP client for ESP32 # ESP32 HTTP client - reference from https://github.com/langhai/http-client-c.git - [x] http get - [x] http post - [x] support non-block read and write - [ ] support ssl - SSL framework is added , but it is not enabled due to some problems - Do not support following functionalities. - [ ] http get redirect - [ ] http post redirect