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
This diff is collapsed.
docs/en/modules/http.md
0 → 100644
lua_examples/httptest.lua
0 → 100644
Please register or sign in to comment