Uses of Class
us.abstracta.jmeter.javadsl.http.HttpHeaders
-
Packages that use HttpHeaders Package Description us.abstracta.jmeter.javadsl us.abstracta.jmeter.javadsl.http -
-
Uses of HttpHeaders in us.abstracta.jmeter.javadsl
Methods in us.abstracta.jmeter.javadsl that return HttpHeaders Modifier and Type Method Description static HttpHeadersJmeterDsl. httpHeaders()Builds an HTTP header manager which allows setting HTTP headers to be used by HTTPRequest samplers. -
Uses of HttpHeaders in us.abstracta.jmeter.javadsl.http
Fields in us.abstracta.jmeter.javadsl.http declared as HttpHeaders Modifier and Type Field Description protected HttpHeadersDslBaseHttpSampler. headersMethods in us.abstracta.jmeter.javadsl.http that return HttpHeaders Modifier and Type Method Description HttpHeadersHttpHeaders. contentType(org.apache.http.entity.ContentType contentType)Allows to easily specify the Content-Type HTTP header.HttpHeadersHttpHeaders. header(String name, Class<? extends PropertyScriptBuilder.PropertyScript<String>> valueSupplierClass)Same asheader(String, PropertyScript)but with support for running at scale in a remote engine.HttpHeadersHttpHeaders. header(String name, String value)Allows to set an HTTP header to be used by HTTP samplers.HttpHeadersHttpHeaders. header(String name, PropertyScriptBuilder.PropertyScript<String> valueSupplier)Same asheader(String, String)but allows using dynamically calculated HTTP header value.
-