| Package | Description |
|---|---|
| us.abstracta.jmeter.javadsl | |
| us.abstracta.jmeter.javadsl.http |
| Modifier and Type | Method and Description |
|---|---|
static HttpHeaders |
JmeterDsl.httpHeaders()
Builds an HTTP header manager which allows setting HTTP headers to be used by HTTPRequest
samplers.
|
| Modifier and Type | Field and Description |
|---|---|
protected HttpHeaders |
DslBaseHttpSampler.headers |
| Modifier and Type | Method and Description |
|---|---|
HttpHeaders |
HttpHeaders.contentType(org.apache.http.entity.ContentType contentType)
Allows to easily specify the Content-Type HTTP header.
|
HttpHeaders |
HttpHeaders.header(String name,
String value)
Allows to set an HTTP header to be used by HTTP samplers.
|
Copyright © 2023. All rights reserved.