Registry / http-client / ehttp
library0.7.1rscratesunverified

Minimal HTTP client for both native and WASM environments.

# Cargo.toml [dependencies] ehttp = "0.7.1"
INSTALL
IMPORT
SIG · EHTTP
E
ehttp
http-clientrustv0.7.1
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.

Request
use ehttp::Request;

Sends a GET request and prints the response.

use ehttp::Request; fn main() { let request = Request::get("https://example.com"); ehttp::fetch(request, |response| { println!("{:?}", response); }); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.7.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
30 hits · last 30 days
node
28
Resources
ehttp — cargo add ehttp · libregistry