Docs.rs
aether-azathoth-0.5.3
aether-azathoth 0.5.3
Permalink
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
xiaozuhui
Dependencies
chrono ^0.4
normal
crossbeam ^0.8
normal
lazy_static ^1.4
normal
num-bigint ^0.4
normal
num-rational ^0.4
normal
num-traits ^0.2
normal
serde ^1.0.228
normal
serde_json ^1.0.149
normal
tokio ^1.49.0
normal
optional
ureq ^3.1.4
normal
criterion ^0.8.1
dev
tokio ^1.49.0
dev
cbindgen ^0.29.2
build
console_error_panic_hook ^0.1
normal
js-sys ^0.3.83
normal
wasm-bindgen ^0.2.106
normal
Versions
68.49%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
http_post
aether
0.5.3
http_
post
Sections
参数
返回
安全性
In aether::
builtins::
network
aether
::
builtins
::
network
Function
http_
post
Copy item path
Source
pub fn http_post(args: &[
Value
]) ->
Result
<
Value
,
RuntimeError
>
Expand description
HTTP POST 请求
§
参数
URL
请求体(字符串)
可选:Content-Type(默认 “application/json”)
§
返回
响应内容(字符串)
§
安全性
需要启用网络权限