workflow-http 0.19.0

HTTP client for native and WASM32 targets.
Documentation
1
2
/// Convenience result type returning this crate's [`Error`](crate::error::Error) on failure.
pub type Result<T> = std::result::Result<T, crate::error::Error>;