Last Version

httpclientutil 1.0

基于HttpClient-4.4.1封装的工具类。支持插件式配置Header、插件式配置httpclient对象,这样就可以方便地自定义header信息、配置ssl、配置proxy、Cookie等

License

License

Categories

Categories

CLI User Interface
GroupId

GroupId

com.arronlong.httpclientutil
ArtifactId

ArtifactId

httpclientutil
Version

Version

1.0
Type

Type

jar
Description

Description

httpclientutil
基于HttpClient-4.4.1封装的工具类。支持插件式配置Header、插件式配置httpclient对象,这样就可以方便地自定义header信息、配置ssl、配置proxy、Cookie等
Project URL

Project URL

https://github.com/Arronlong/httpclientutil
Source Code Management

Source Code Management

https://github.com/Arronlong/httpclientutil

Download httpclientutil 1.0


<!-- https://jarcasting.com/artifacts/com.arronlong.httpclientutil/httpclientutil/ -->
<dependency>
    <groupId>com.arronlong.httpclientutil</groupId>
    <artifactId>httpclientutil</artifactId>
    <version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.arronlong.httpclientutil/httpclientutil/
implementation 'com.arronlong.httpclientutil:httpclientutil:1.0'
// https://jarcasting.com/artifacts/com.arronlong.httpclientutil/httpclientutil/
implementation ("com.arronlong.httpclientutil:httpclientutil:1.0")
'com.arronlong.httpclientutil:httpclientutil:jar:1.0'
<dependency org="com.arronlong.httpclientutil" name="httpclientutil" rev="1.0">
  <artifact name="httpclientutil" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.arronlong.httpclientutil', module='httpclientutil', version='1.0')
)
libraryDependencies += "com.arronlong.httpclientutil" % "httpclientutil" % "1.0"
[com.arronlong.httpclientutil/httpclientutil "1.0"]

Dependencies

compile (4)

Group / Artifact Type Version
org.apache.httpcomponents : httpclient jar 4.4.1
org.apache.httpcomponents : httpmime jar 4.4.1
org.apache.httpcomponents : httpasyncclient jar 4.1
log4j : log4j jar 1.2.17

Project Modules

There are no modules declared in this project.