8 releases
| 0.9.5 | Sep 11, 2025 |
|---|---|
| 0.9.3 | Jun 26, 2025 |
| 0.9.2 | May 5, 2025 |
| 0.9.1 | Apr 25, 2025 |
| 0.6.0 | Apr 3, 2024 |
#125 in HTTP client
9,581 downloads per month
52KB
984 lines
Surf Disco: a client library for Tide Disco applications.
Quick Start
let url = "http://localhost:50000".parse().unwrap();
let client: Client<ClientError, StaticVersion<0,1>> = Client::new(url);
let res: String = client.get("/app/route").send().await.unwrap();
Surf Disco
A client library for Tide Disco applications.
Quick Start
let client: Client<ClientError> = Client::new(url_for_tide_disco_app);
let res: String = client.get("/module/route").send().await.unwrap();
To learn more, read the API reference.
Dependencies
~35–56MB
~1M SLoC