License |
License
http://github.com/hamnis/http-esi-testbed/raw/master/LICENSE.txt
|
---|---|
GroupId | GroupIdorg.escenic.rest |
ArtifactId | ArtifactIdhttp-esi-testbed |
Last Version | Last Version1.0 |
Release Date | Release Date |
Type | Typewar |
Description |
Descriptionhttp esi testbed
This project is designed to make it easy to write integration tests for HTTP proxies like Varnish Cache and for
other HTTP clients, such as RSS readers or web browsers and test their conformance to various parts of HTTP.
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
http-esi-testbed-1.0.pom | |
http-esi-testbed-1.0.war | 1 MB |
http-esi-testbed-1.0-sources.jar | 26 KB |
http-esi-testbed-1.0-javadoc.jar | 105 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.escenic.rest/http-esi-testbed/ -->
<dependency>
<groupId>org.escenic.rest</groupId>
<artifactId>http-esi-testbed</artifactId>
<version>1.0</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.escenic.rest/http-esi-testbed/
implementation 'org.escenic.rest:http-esi-testbed:1.0'
// https://jarcasting.com/artifacts/org.escenic.rest/http-esi-testbed/
implementation ("org.escenic.rest:http-esi-testbed:1.0")
'org.escenic.rest:http-esi-testbed:war:1.0'
<dependency org="org.escenic.rest" name="http-esi-testbed" rev="1.0">
<artifact name="http-esi-testbed" type="war" />
</dependency>
@Grapes(
@Grab(group='org.escenic.rest', module='http-esi-testbed', version='1.0')
)
libraryDependencies += "org.escenic.rest" % "http-esi-testbed" % "1.0"
[org.escenic.rest/http-esi-testbed "1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.codehaus.httpcache4j : httpcache4j-api | jar | 3.1 |
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : servlet-api | jar | 2.4 |