| Crates.io | surf-disco |
| lib.rs | surf-disco |
| version | 0.9.5 |
| created_at | 2024-04-03 12:59:38.942017+00 |
| updated_at | 2025-09-11 14:31:26.450255+00 |
| description | HTTP client for use with tide-disco applications |
| homepage | |
| repository | |
| max_upload_size | |
| id | 1195028 |
| size | 193,982 |
A client library for Tide Disco applications.
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.