#tide #disco #applications #surf

surf-disco

适用于 tide-disco 应用的 HTTP 客户端

4 个版本 (重大更新)

0.9.0 2024年7月2日
0.8.0 2024年6月5日
0.7.0 2024年5月30日
0.6.0 2024年4月3日

#79WebSocket

Download history 607/week @ 2024-04-20 754/week @ 2024-04-27 640/week @ 2024-05-04 334/week @ 2024-05-11 466/week @ 2024-05-18 951/week @ 2024-05-25 791/week @ 2024-06-01 482/week @ 2024-06-08 353/week @ 2024-06-15 510/week @ 2024-06-22 437/week @ 2024-06-29 374/week @ 2024-07-06 335/week @ 2024-07-13 692/week @ 2024-07-20 564/week @ 2024-07-27 577/week @ 2024-08-03

每月下载量 2,244

自定义许可证

48KB
893 代码行

Surf Disco

Tide Disco 应用程序的客户端库。

快速开始

let client: Client<ClientError> = Client::new(url_for_tide_disco_app);
let res: String = client.get("/module/route").send().await.unwrap();

了解更多信息,请阅读 API 参考


lib.rs:

Surf Disco:Tide Disco 应用程序的客户端库。

快速开始

let url = "https://127.0.0.1:50000".parse().unwrap();
let client: Client<ClientError, StaticVersion<0,1>> = Client::new(url);
let res: String = client.get("/app/route").send().await.unwrap();

依赖关系

~33–49MB
~1M SLoC