搜索资源列表
JavaHttpClient
- 提供的主要的功能: 实现了所有 HTTP 的方法(GET,POST,PUT,HEAD 等) 支持自动转向 支持 HTTPS 协议 支持代理服务器等 -Provides main functions: to achieve all the HTTP methods (GET, POST, PUT, HEAD, etc.) to support automatic shifting in favor of HTTPS protocol support proxy se
HttpClient
- HttpClient使用GET方式通过代理服务器读取页面的例子,HttpClient 4 使用POST方式提交普通表单数据的例子,HttpClient 4.0通过代理访问Https的代码例子. HttpClient读取页面的使用例子-HttpClient proxy server using the GET method to read through the examples page HttpClient 4 normal form using the POST method to
taobao-asp-sdk-demo
- 此SDK主要以淘宝OAuth2.0用户授权介绍、SDK使用配置、SDK使用过程疑难解决几个方面讲解这个SDK: 一、淘宝OAuth2.0用户授权介绍 1、Request至用户授权页面:https://oauth.taobao.com/authorize,回调得到Code; 2、得到Code后,把Code及其它必要参数,需POST至第三方页面:https://oauth.taobao.com/token,获取得到淘宝平台返回的access_token; 3、
HttpClientUtils
- 支持http、https协议进行post、get请求。(Supports HTTP and HTTPS protocols for post and get requests.)