HTTP client for ESP32
- reference from https://github.com/langhai/http-client-c.git
- http get
- http post
- 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