Last Version

HRRS (HTTP Request Record Suite) 0.7.0

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-parent
Version

Version

0.7.0
Type

Type

pom
Description

Description

HRRS (HTTP Request Record Suite)
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.
Project URL

Project URL

https://github.com/vy/hrrs
Source Code Management

Source Code Management

http://github.com/vy/hrrs

Download hrrs-parent 0.7.0

Filename Size
hrrs-parent-0.7.0.pom 11 KB
Browse

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

Dependencies

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

Project Modules

  • api
  • commons
  • distiller
  • examples/jaxrs
  • examples/spring
  • servlet-filter
  • replayer
  • replayer-base64
  • serializer-base64
  • servlet-filter-base64
  • distiller-base64