Registry / http-client / tk-http

tk-http

JSON →
library0.3.9rscratesunverified

Full-featured asynchronous HTTP implementation for tokio, including websockets.

# Cargo.toml [dependencies] tk-http = "0.3.9"
INSTALL
IMPORT
SIG · TK-HTTP
T
tk-http
http-clientrustv0.3.9
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 tk_http::Client;

Create an HTTP client with tk-http and make requests.

use tk_http::Client; #[tokio::main] async fn main() { let client = Client::new(); // Make HTTP requests }
Debug
Known issues
gotchaRequires tokio runtime for async operations.
fix
Use #[tokio::main] or another async runtime.
affects: >=0.3.0
Upgrade
Version history
0.3.9latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
35 hits · last 30 days
node
30
OpenAI (training)
1
Resources
tk-http — cargo add tk-http · libregistry