io.afu.utils.http.readme.md Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of utils Show documentation
Show all versions of utils Show documentation
RffanLAB Utils For Many Way use
# Request 类的使用方法
## GET 方法
如果你有参数,那么你可以使用makeGetUrl方法
下面是使用 案例
```java
try {
Map params= new HashMap();
params.put("q","百度");
String result = Request.makeGetUrl("http","www.google.com","/help",params);
System.out.println("args = [" + result + "]");
}catch (Exception e){
}
```
## POST 方法
## PUT 方法
## DELETE 方法
© 2015 - 2025 Weber Informatics LLC | Privacy Policy