http-client-core

Use this tool to quickly create com.ifengxue.http client. Currently support get,post,put and patch request. Request body support url-encoded, form-data, json, Response body support json, text, stream.

License

License

Categories

Categories

CLI User Interface
GroupId

GroupId

com.ifengxue
ArtifactId

ArtifactId

http-client
Last Version

Last Version

1.6.2
Release Date

Release Date

Type

Type

jar
Description

Description

http-client-core
Use this tool to quickly create com.ifengxue.http client. Currently support get,post,put and patch request. Request body support url-encoded, form-data, json, Response body support json, text, stream.

Download http-client

How to add to project

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

Dependencies

compile (8)

Group / Artifact Type Version
io.mikael : urlbuilder jar 2.0.9
com.google.code.findbugs : jsr305 jar 3.0.2
org.apache.commons : commons-lang3 jar 3.9
org.slf4j : slf4j-api jar 1.7.25
org.apache.httpcomponents : httpclient jar 4.5.10
org.apache.httpcomponents : httpmime jar 4.5.10
com.alibaba : fastjson jar 1.2.58
org.projectlombok : lombok jar 1.16.20

provided (1)

Group / Artifact Type Version
com.fasterxml.jackson.dataformat : jackson-dataformat-xml jar 2.9.9

test (8)

Group / Artifact Type Version
org.slf4j : slf4j-log4j12 jar 1.7.25
io.vertx : vertx-core jar 3.7.1
io.vertx : vertx-web jar 3.7.1
io.vertx : vertx-web-client jar 3.7.1
io.vertx : vertx-unit jar 3.7.1
log4j : log4j jar 1.2.17
junit : junit jar 4.12
org.mockito : mockito-core jar 3.0.0

Project Modules

There are no modules declared in this project.

Versions

Version
1.6.2
1.6.1
1.6.0
1.5.5
1.5.4
1.5.3
1.5.2
1.5.1
1.5.0
1.4.9
1.4.8
1.4.7
1.4.6
1.4.5
1.4.1
1.4.0
1.3.0
1.2.1
1.2.0
1.1.13
1.1.12
1.1.11
1.1.10
1.1.9
1.1.8
1.1.7
1.1.6
1.1.3