Crates.io | surf-disco |
lib.rs | surf-disco |
version | 0.9.0 |
source | src |
created_at | 2024-04-03 12:59:38.942017 |
updated_at | 2024-07-02 17:29:08.42681 |
description | HTTP client for use with tide-disco applications |
homepage | |
repository | |
max_upload_size | |
id | 1195028 |
size | 62,223 |
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.