http-client-module

Use this tool to quickly create 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-module
Last Version

Last Version

1.6.2
Release Date

Release Date

Type

Type

pom
Description

Description

http-client-module
Use this tool to quickly create 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-module

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • http-client-core
  • spring-boot-starter-http-client
  • http-client-ratelimiter

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