Registry / http-client / hyper-wasi

hyper-wasi

JSON →
library0.15.2rscratesunverified

A fast and correct HTTP library.

# Cargo.toml [dependencies] hyper_wasi = "0.15.2"
INSTALL
IMPORT
SIG · HYPER-WASI
H
hyper-wasi
http-clientrustv0.15.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Client
use hyper_wasi::Client;

Create an HTTP client for WASI environments.

use hyper_wasi::Client; fn main() { let client = Client::new(); println!("Hyper WASI client created"); }
Debug
Known issues
gotchaDesigned for WASI targets; may not work on standard OS platforms.
fix
Ensure you are compiling for a WASI target (e.g., wasm32-wasi).
affects: >=0.15.0
Upgrade
Version history
0.15.2latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
19 hits · last 30 days
node
18
OpenAI (training)
1
Resources
hyper-wasi — cargo add hyper-wasi · libregistry