query Param Absent
Requires that the request does not contain a query parameter with name.
Example:
mokksy.get {
path("/legacy")
queryParamAbsent("deprecated")
}Content copied to clipboard
Return
The same instance of RequestSpecificationBuilder.
Parameters
name
Query parameter name that must be absent.