October 2019
Intermediate to advanced
444 pages
10h 37m
English
We can make web requests in just a few steps:
[dependencies]surf = "1.0"reqwest = "0.9"serde = "1"serde_json = "1"runtime = "0.3.0-alpha.6"
#[macro_use]extern crate serde_json;use surf::Exception;use serde::Serialize;#[derive(Serialize)]struct MyGetParams { a: u64, b: String,}
Read now
Unlock full access