Skip to content

Commit ec2fd4a

Browse files
authored
docs(client): fix typo in httpbin.org domain (#2406)
1 parent f821ecd commit ec2fd4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client/client.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ where
147147
///
148148
/// let req = Request::builder()
149149
/// .method("POST")
150-
/// .uri("http://httpin.org/post")
150+
/// .uri("http://httpbin.org/post")
151151
/// .body(Body::from("Hallo!"))
152152
/// .expect("request builder");
153153
///

0 commit comments

Comments
 (0)