WebTestPropertiesResponseRequest

data class WebTestPropertiesResponseRequest(val followRedirects: Boolean? = null, val headers: List<HeaderFieldResponse>? = null, val httpVerb: String? = null, val parseDependentRequests: Boolean? = null, val requestBody: String? = null, val requestUrl: String? = null)

The collection of request properties

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Follow redirects for this web test.

Link copied to clipboard

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

Link copied to clipboard
val httpVerb: String? = null

Http verb to use for this web test.

Link copied to clipboard

Parse Dependent request for this WebTest.

Link copied to clipboard
val requestBody: String? = null

Base64 encoded string body to send with this web test.

Link copied to clipboard
val requestUrl: String? = null

Url location to test.