http-client-ratelimiter

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-ratelimiter
Last Version

Last Version

1.6.2
Release Date

Release Date

Type

Type

jar
Description

Description

http-client-ratelimiter
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-ratelimiter

How to add to project

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

Dependencies

compile (4)

Group / Artifact Type Version
com.ifengxue : http-client jar 1.6.2
org.projectlombok : lombok jar 1.16.20
io.github.resilience4j : resilience4j-ratelimiter jar 0.14.1
com.google.guava : guava jar 27.1-jre

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

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