http_post

Function http_post 

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

HTTP POST 请求

§参数

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

§返回

响应内容(字符串)

§安全性

需要启用网络权限