开发手册! HTTP 模块 (http)! HTTP 模块 (http) 当前模块并不支持 HTTP/1.0 或更低版本的 HTTP 协议,需求若无法使用当前模块完成,也可以使用 lcurl 模块 来实现。 发起 GET 请求 (http.get) 发起 POST 请求 (http.post) HTTP 文件下载 (http.download) 发起 HEAD 请求 (http.head) 发起 DELETE 请求 (http.delete) 发起 PUT 请求 (http.put) 编码 HTTP URLENCODED 表单 (http.table_to_form_urlencoded)