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