http_put

Function http_put 

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

HTTP PUT 请求

§参数

  • URL
  • 请求体(字符串)
  • 可选:Content-Type(默认 “application/json”)

§返回

响应内容(字符串)

§安全性

需要启用网络权限