docs(client): fix typo in httpbin.org domain (#2406)
This commit is contained in:
@@ -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");
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user