WebRequestSensors

API Documentation:WebRequestSensors

DSL object for configuring the sensor options of the web request monitoring feature.

Properties

PropertyDescription
httpClient

Specifies if the sensor for HttpClient is enabled.

httpUrlConnection

Specifies if the sensor for HttpURLConnection is enabled.

okHttp

Specifies if the sensor for the OkHttp library (version 3 and 4) is enabled.

Methods

No methods

Script blocks

No script blocks

Property details

boolean httpClient

Specifies if the sensor for HttpClient is enabled.

The default value is false.

boolean httpUrlConnection

Specifies if the sensor for HttpURLConnection is enabled.

The default value is true.

boolean okHttp

Specifies if the sensor for the OkHttp library (version 3 and 4) is enabled.

The default value is true.