Simple, safe HTTP client for Rust with a blocking API.
# Cargo.toml
[dependencies]
ureq = "3.3.0"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Make a GET request using ureq's Agent.
Use ureq in a dedicated thread or use an async HTTP client like reqwest.
No dependency data recorded yet.