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

Download history 1403/week @ 2025-06-28 1790/week @ 2025-07-05 1038/week @ 2025-07-12 1836/week @ 2025-07-19 1684/week @ 2025-07-26 2216/week @ 2025-08-02 2050/week @ 2025-08-09 2696/week @ 2025-08-16 2716/week @ 2025-08-23 1993/week @ 2025-08-30 2095/week @ 2025-09-06 4097/week @ 2025-09-13 1555/week @ 2025-09-20 1922/week @ 2025-09-27 3442/week @ 2025-10-04 1939/week @ 2025-10-11

9,581 downloads per month

Custom license

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