Last Version

httpclientutil 1.0.4

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

License

License

Categories

Categories

CLI User Interface
GroupId

GroupId

com.arronlong
ArtifactId

ArtifactId

httpclientutil
Version

Version

1.0.4
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.4


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

Dependencies

compile (5)

Group / Artifact Type Version
org.apache.commons : commons-lang3 jar 3.8
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.