WebTestPropertiesRequestArgs

data class WebTestPropertiesRequestArgs(val followRedirects: Output<Boolean>? = null, val headers: Output<List<HeaderFieldArgs>>? = null, val httpVerb: Output<String>? = null, val parseDependentRequests: Output<Boolean>? = null, val requestBody: Output<String>? = null, val requestUrl: Output<String>? = null) : ConvertibleToJava<WebTestPropertiesRequestArgs>

The collection of request properties

Constructors

Link copied to clipboard
constructor(followRedirects: Output<Boolean>? = null, headers: Output<List<HeaderFieldArgs>>? = null, httpVerb: Output<String>? = null, parseDependentRequests: Output<Boolean>? = null, requestBody: Output<String>? = null, requestUrl: Output<String>? = null)

Properties

Link copied to clipboard
val followRedirects: Output<Boolean>? = null

Follow redirects for this web test.

Link copied to clipboard
val headers: Output<List<HeaderFieldArgs>>? = null

List of headers and their values to add to the WebTest call.

Link copied to clipboard
val httpVerb: Output<String>? = null

Http verb to use for this web test.

Link copied to clipboard
val parseDependentRequests: Output<Boolean>? = null

Parse Dependent request for this WebTest.

Link copied to clipboard
val requestBody: Output<String>? = null

Base64 encoded string body to send with this web test.

Link copied to clipboard
val requestUrl: Output<String>? = null

Url location to test.

Functions

Link copied to clipboard
open override fun toJava(): WebTestPropertiesRequestArgs