Last Version

An interception and decoration wrapper for Java's HttpClient 1.0

Allows for the registration of request decorators and interceptors

License

License

Categories

Categories

CLI User Interface
GroupId

GroupId

codes.rafael.interceptablehttpclient
ArtifactId

ArtifactId

interceptable-http-client
Version

Version

1.0
Type

Type

jar
Description

Description

An interception and decoration wrapper for Java's HttpClient
Allows for the registration of request decorators and interceptors
Project URL

Project URL

https://github.com/raphw/interceptable-http-client

Download interceptable-http-client 1.0


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

Dependencies

test (2)

Group / Artifact Type Version
junit : junit jar 4.13
com.github.tomakehurst : wiremock jar 2.26.0

Project Modules

There are no modules declared in this project.