Registry / http-client / http-api-client

http-api-client

JSON →
library0.3.1rscratesunverified

HTTP API Client provides a simple client for making HTTP requests.

# Cargo.toml [dependencies] http-api-client = "0.3.1"
INSTALL
IMPORT
SIG · HTTP-API-CLIENT
H
http-api-client
http-clientrustv0.3.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.

Client
use http_api_client::Client;

Create an HTTP client and make a GET request.

use http_api_client::Client; let client = Client::new(); let response = client.get("https://example.com").send().unwrap(); println!("Status: {}", response.status());
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.3.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
13 hits · last 30 days
node
12
Resources
http-api-client — cargo add http-api-client · libregistry