com.vlkan.hrrs:hrrs-servlet-filter

HRRS (HTTP Request Record Suite) is a set of tools that you can leverage to record, transform, and replay HTTP requests in your Java EE and Spring web applications written in Java 8 or higher. In essence, HRRS bundles a servlet filter for recording and a standalone command-line Java application for replaying the requests.

License

License

GroupId

GroupId

com.vlkan.hrrs
ArtifactId

ArtifactId

hrrs-servlet-filter
Last Version

Last Version

0.7.0
Release Date

Release Date

Type

Type

jar
Description

Description

HRRS (HTTP Request Record Suite) is a set of tools that you can leverage to record, transform, and replay HTTP requests in your Java EE and Spring web applications written in Java 8 or higher. In essence, HRRS bundles a servlet filter for recording and a standalone command-line Java application for replaying the requests.

Download hrrs-servlet-filter

How to add to project

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

Dependencies

compile (3)

Group / Artifact Type Version
com.vlkan.hrrs : hrrs-api jar 0.7.0
com.vlkan.hrrs : hrrs-serializer-base64 jar 0.7.0
com.google.guava : guava jar 31.1-jre

provided (1)

Group / Artifact Type Version
javax.servlet : javax.servlet-api jar 4.0.1

test (3)

Group / Artifact Type Version
org.slf4j : slf4j-log4j12 jar 1.7.36
junit : junit jar 4.13.2
org.mockito : mockito-core jar 4.4.0

Project Modules

There are no modules declared in this project.

Versions

Version
0.7.0
0.6
0.5
0.4
0.3
0.2
0.1