"Makefile.esp8266" did not exist on "ae6ff1a0f4a2960be53cf10c08ea000eeae7e2d4"
Add ESP32 http module (#2540)
* ESP32: Added http module * add asynchronous flavor for context:request() (cherry picked from commit e65b90cc8fc5296f7fe6cae1978835e06a9f44bb) * http: More asynchronous support, more options * Fix docs typo * Code review comments from @devsaurus Fixes some cleanup issues with asynchronous mode * Added http.md to mkdocs.yml * Align connection:close() to template
components/modules/http.c
0 → 100644
docs/en/modules/http.md
0 → 100644
lua_examples/httptest.lua
0 → 100644
Please register or sign in to comment