类的使用
xin.manong.weapon.base.http.HttpRequest
-
使用HttpRequest的程序包 程序包 说明 xin.manong.weapon.base.http -
-
xin.manong.weapon.base.http中HttpRequest的使用
返回HttpRequest的xin.manong.weapon.base.http中的方法 修饰符和类型 方法 说明 HttpRequestHttpRequest.Builder. build()构建HTTP请求对象static HttpRequestHttpRequest. buildGetRequest(String requestURL, Map<String,Object> params)构建HTTP GET请求static HttpRequestHttpRequest. buildPostRequest(String requestURL, RequestFormat format, Map<String,Object> body)构建HTTP POST请求参数类型为HttpRequest的xin.manong.weapon.base.http中的方法 修饰符和类型 方法 说明 okhttp3.ResponseHttpClient. execute(HttpRequest httpRequest)执行HTTP请求
-