6 releases (3 breaking)

new 0.9.2 May 5, 2025
0.9.1 Apr 25, 2025
0.9.0 Jul 2, 2024
0.8.0 Jun 5, 2024
0.6.0 Apr 3, 2024

#119 in HTTP client

Download history 459/week @ 2025-01-13 420/week @ 2025-01-20 690/week @ 2025-01-27 906/week @ 2025-02-03 779/week @ 2025-02-10 1807/week @ 2025-02-17 1220/week @ 2025-02-24 2011/week @ 2025-03-03 1650/week @ 2025-03-10 3977/week @ 2025-03-17 3701/week @ 2025-03-24 5843/week @ 2025-03-31 7634/week @ 2025-04-07 3073/week @ 2025-04-14 2599/week @ 2025-04-21 1672/week @ 2025-04-28

15,740 downloads per month

Custom license

48KB
897 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

~34–50MB
~1M SLoC