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 964132cd34
commit e076dec64a
+1 -1
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");
///