Docs.rs
workflow-http-0.10.2
workflow-http 0.10.2
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
aspect
Dependencies
cfg-if ^1.0.0
normal
reqwest ^0.11.22
normal
serde ^1.0.190
normal
serde_json ^1.0.108
normal
thiserror ^1.0.50
normal
wasm-bindgen ^0.2.87
normal
workflow-core ^0.10.2
normal
tokio ^1.33.0
normal
Versions
0%
of the crate is documented
Go to latest version
Platform
i686-pc-windows-msvc
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
workflow_http
0.10.2
?
Function
workflow_http
::
get_json
source
·
[
−
]
pub async fn get_json<T:
DeserializeOwned
+ 'static>( url: impl
Into
<
String
> ) ->
Result
<T>