queryParamAbsent

Requires that the request does not contain a query parameter with name.

Example:

mokksy.get {
path("/legacy")
queryParamAbsent("deprecated")
}

Return

The same instance of RequestSpecificationBuilder.

Parameters

name

Query parameter name that must be absent.