We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 115e41d commit 91347daCopy full SHA for 91347da
1 file changed
README.md
@@ -2,6 +2,17 @@
2
3
该项目基于HttpClient-4.4.1封装的一个工具类,支持插件式配置Header、插件式配置httpclient对象,这样就可以方便地自定义header信息、配置ssl、配置proxy等。
4
5
+## Maven坐标:
6
+```
7
+<!-- https://mvnrepository.com/artifact/com.arronlong/httpclientutil -->
8
+<dependency>
9
+ <groupId>com.arronlong</groupId>
10
+ <artifactId>httpclientutil</artifactId>
11
+ <version>1.0</version>
12
+</dependency>
13
14
+
15
+## 简单Demo
16
在test包里还有各种测试[demo](http://mfxuan.free.800m.net/demo.png),各测试类的源码在src/test/java/com/httpclient/test包路径下。
17
```
18
public static void main(String[] args) throws HttpProcessException, FileNotFoundException {
0 commit comments