Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 388 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 388 Bytes

esp32Http

HTTP client for ESP32

ESP32 HTTP client

  • 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