Search In Response Body Request
data class SearchInResponseBodyRequest(requestId: RequestId, query: String, caseSensitive: Boolean?, isRegex: Boolean?)
Content copied to clipboard
Represents request frame that can be used with Network#searchInResponseBody operation call.
Searches for given string in response content.
See also
Constructors
SearchInResponseBodyRequest
Link copied to clipboard
fun SearchInResponseBodyRequest(requestId: RequestId, query: String, caseSensitive: Boolean? = null, isRegex: Boolean? = null)
Content copied to clipboard
Properties
Sources
jvm source
Link copied to clipboard