Docs.rs
httpc-0.1.2
httpc 0.1.2
Permalink
Docs.rs crate page
Apache-2.0
OR
MIT
Links
Homepage
crates.io
Source
Owners
d-e-s-o
Dependencies
async-trait ^0.1.50
normal
bytes ^1.0
normal
http ^0.2
normal
thiserror ^1.0
normal
hyper ^0.14
normal
hyper-tls ^0.5
normal
tokio ^1.0
dev
warp ^0.3
dev
js-sys ^0.3
normal
wasm-bindgen =0.2.74
normal
wasm-bindgen-futures ^0.4
normal
web-sys ^0.3
normal
wasm-bindgen-test ^0.3
dev
Versions
71.43%
of the crate is documented
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
httpc
0.1.2
All Items
Crate Items
Re-exports
Structs
Enums
Traits
Crate
httpc
Copy item path
Source
Re-exports
§
pub use
hyper
;
pub use
hyper_tls
;
Structs
§
Client
Deprecated
An HTTP client for native usage.
Enums
§
Error
Error type for issues encountered when issuing a request.
Traits
§
Issue
A trait for issuing HTTP requests.