! HTTP 模块 (http)! HTTP 模块 (http) 当前模块不支持 HTTP/1.0 或更低版本的协议。若无法满足需求,可改用 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)