HTTP client framework for Rust, providing a simple and extensible interface for making HTTP requests.
# Cargo.toml
[dependencies]
surf = "2.3.2"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Make a GET request using the Surf HTTP client.
Add a runtime dependency and use `#[tokio::main]` or `#[async_std::main]`.
No dependency data recorded yet.