ckhttpclient

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

License

License

Categories

Categories

CLI User Interface
GroupId

GroupId

io.github.CHENkai8385
ArtifactId

ArtifactId

ckhttpclient
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

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

Project URL

https://github.com/CHENkai8385/ckhttpclientutil
Source Code Management

Source Code Management

https://github.com/CHENkai8385/ckhttpclientutil

Download ckhttpclient

How to add to project

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

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.

Versions

Version
1.0.0