All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.afu.utils.http.readme.md Maven / Gradle / Ivy

There is a newer version: 0.0.55-RELEASE
Show newest version
# 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