http_get

Function http_get 

Source
pub fn http_get(args: &[Value]) -> Result<Value, RuntimeError>
Expand description

HTTP GET 请求

§参数

  • URL

§返回

响应内容(字符串)

§安全性

需要启用网络权限