Registry / testing / apachejmeter-http

apachejmeter-http

JSON →
library5.6.3javamavenunverified

HTTP protocol support for Apache JMeter, enabling HTTP and HTTPS load testing.

<dependency> <groupId>org.apache.jmeter</groupId> <artifactId>ApacheJMeter_http</artifactId> <version>5.6.3</version> </dependency>
INSTALL
IMPORT
SIG · APACHEJMETER-HTTP
A
apachejmeter-http
testingjavav5.6.3
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

HTTPSampler
org.apache.jmeter.protocol.http.sampler.HTTPSampler

Create an HTTP sampler for load testing.

import org.apache.jmeter.protocol.http.sampler.HTTPSampler; public class HttpTest { public void sample() { HTTPSampler sampler = new HTTPSampler(); sampler.setDomain("example.com"); sampler.setPath("/"); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
5.6.3latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
32 hits · last 30 days
node
24
Amazon
1
OpenAI (training)
1
Resources
apachejmeter-http — mvn dependency:get apachejmeter-http · libregistry