Kong / unirest-java

Unirest in Java: Simplified, lightweight HTTP client library.
http://kong.github.io/unirest-java/
MIT License
2.58k stars 591 forks source link

the document is not right #410

Closed dy20082250 closed 2 years ago

dy20082250 commented 2 years ago

the document uses httpbin site as example but the examples are not right;

HttpResponse response =Unirest.get("http://httpbin.org/get?shuju={fruit}") .header("Content-Type", "application/json") .routeParam("fruit", "apple") .asString(); in the document lack "/get?shuju="

ryber commented 2 years ago

httpbin has been removed from the examples