Web Test Properties Request Args
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
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
Parse Dependent request for this WebTest.
Link copied to clipboard
Base64 encoded string body to send with this web test.
Link copied to clipboard
Url location to test.