docs(client): fix typo in httpbin.org domain (#2406)

This commit is contained in:
Mike Roelens
2021-01-19 11:30:17 -05:00
committed by GitHub
parent f821ecdd19
commit ec2fd4a15f

View File

@@ -147,7 +147,7 @@ where
///
/// let req = Request::builder()
/// .method("POST")
/// .uri("http://httpin.org/post")
/// .uri("http://httpbin.org/post")
/// .body(Body::from("Hallo!"))
/// .expect("request builder");
///