cookie Absent
Requires that the request does not contain a cookie with name.
Example:
mokksy.get {
path("/anonymous")
cookieAbsent("session")
}Content copied to clipboard
Return
The same instance of RequestSpecificationBuilder.
Parameters
name
Cookie name that must be absent.