{"id":57468,"library":"surf","title":"Surf","description":"HTTP client framework for Rust, providing a simple and extensible interface for making HTTP requests.","status":"active","version":"2.3.2","language":"rust","source_language":null,"source_url":"https://github.com/http-rs/surf","tags":["http","client","async","web"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\nsurf = \"2.3.2\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add surf","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"Client","correct":"use surf::Client;"}],"quickstart":{"code":"use surf::Client;\n\nlet client = Client::new();\nlet mut response = client.get(\"https://example.com\").await.unwrap();\nprintln!(\"Status: {}\", response.status());","lang":"rust","description":"Make a GET request using the Surf HTTP client."},"warnings":[{"fix":"Add a runtime dependency and use `#[tokio::main]` or `#[async_std::main]`.","message":"Surf requires an async runtime (e.g., tokio or async-std) to execute requests.","severity":"gotcha","affected_versions":">=2.0.0"}],"env_vars":null,"search_vec":"'async':19 'client':3,18 'extens':11 'framework':4 'http':2,15,17 'interfac':12 'make':14 'provid':7 'request':16 'rust':6 'simpl':9 'surf':1 'web':20","created_at":"2026-06-16T15:43:30.952651+00:00","updated_at":"2026-06-16T15:43:30.952651+00:00","problems":[],"ecosystem":"crates","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/http-rs/surf","github":"https://github.com/http-rs/surf","docs":"https://docs.rs/surf/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["http-client"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-16","next_check":"2026-12-13","install_tag":null}}